diff options
Diffstat (limited to 'src/sat')
-rw-r--r-- | src/sat/glucose2/AbcGlucoseCmd2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/glucose2/AbcGlucoseCmd2.cpp b/src/sat/glucose2/AbcGlucoseCmd2.cpp index 44288336..54bae608 100644 --- a/src/sat/glucose2/AbcGlucoseCmd2.cpp +++ b/src/sat/glucose2/AbcGlucoseCmd2.cpp @@ -57,7 +57,7 @@ static int Abc_CommandGlucose( Abc_Frame_t * pAbc, int argc, char ** argv ); void Glucose2_Init(Abc_Frame_t *pAbc) { - Cmd_CommandAdd( pAbc, "ABC9", "&glucose", Abc_CommandGlucose, 0 ); + Cmd_CommandAdd( pAbc, "ABC9", "&glucose2", Abc_CommandGlucose, 0 ); } void Glucose2_End( Abc_Frame_t * pAbc ) |