summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-10-29 13:39:05 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-10-29 13:39:05 -0700
commit90529df0592ed261a4c6685ffeb41ac6abf6e422 (patch)
treea5c277f40aee5d027e8c6c98282ff7520d3b03fd /src/base/abci/abc.c
parentd94c8d3fd163913bfbdb3c06533ac1da62e1663b (diff)
downloadabc-90529df0592ed261a4c6685ffeb41ac6abf6e422.tar.gz
abc-90529df0592ed261a4c6685ffeb41ac6abf6e422.tar.bz2
abc-90529df0592ed261a4c6685ffeb41ac6abf6e422.zip
Tentatively integrated new DSD.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 0da5cde6..c1a1dfe2 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -4838,6 +4838,7 @@ usage:
Abc_Print( -2, "\t 1: algebraic factoring applied to ISOP\n" );
Abc_Print( -2, "\t 2: bi-decomposition with cofactoring\n" );
Abc_Print( -2, "\t 3: disjoint-support decomposition with cofactoring\n" );
+ Abc_Print( -2, "\t 4: updated disjoint-support decomposition with cofactoring\n" );
Abc_Print( -2, "\t-N <num> : the number of support variables (binary files only) [default = unused]\n" );
Abc_Print( -2, "\t-v : toggle verbose printout [default = %s]\n", fVerbose? "yes": "no" );
Abc_Print( -2, "\t-h : print the command usage\n");