Skip to content

Commit

Permalink
New ways of reading MiniAIG.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Jul 30, 2020
1 parent aaeadb1 commit 5c8ee4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aig/gia/giaMini.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ void Gia_MiniAigGenerateFromFile()
Vec_Int_t * vMapOut = Vec_IntStart( Vec_IntSize(vTriples) );
Vec_Int_t * vPis = Vec_IntAlloc( 100 );
Vec_Int_t * vPos = Vec_IntAlloc( 100 );
int i, ObjOut, ObjIn, nIns = 0, nOuts = 0;
int i, ObjOut, ObjIn;
assert( Vec_IntSize(vTriples) % 3 == 0 );
for ( i = 0; i < Vec_IntSize(vTriples)/3; i++ )
{
Expand Down

0 comments on commit 5c8ee4a

Please sign in to comment.