Commit bea33c05 by Alan Mishchenko

Diabling compact AIGER writing by default.

parent d82142cb
......@@ -1387,7 +1387,7 @@ int IoCommandWriteAiger( Abc_Frame_t * pAbc, int argc, char **argv )
int c;
fWriteSymbols = 0;
fCompact = 1;
fCompact = 0;
fUnique = 0;
fVerbose = 0;
Extra_UtilGetoptReset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment