summaryrefslogtreecommitdiffstats
path: root/src/base/abci
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/abci')
-rw-r--r--src/base/abci/abc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index f264a32d..c8918e90 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -2469,6 +2469,13 @@ int Abc_CommandPrintStatus( Abc_Frame_t * pAbc, int argc, char ** argv )
printf( "In total, %d (out of %d) outputs are \"sat\" but CEXes are not recorded.\n", Counter, Vec_PtrSize(pAbc->vCexVec) );
}
}
+ if ( pAbc->vStatuses )
+ {
+ int i, Entry;
+ Vec_IntForEachEntry( pAbc->vStatuses, Entry, i )
+ printf( "%d=%d ", i, Entry );
+ printf( "\n" );
+ }
return 0;
usage: