diff options
Diffstat (limited to 'src/sat/bmc/bmc.h')
-rw-r--r-- | src/sat/bmc/bmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sat/bmc/bmc.h b/src/sat/bmc/bmc.h index e799bea9..93bfd78a 100644 --- a/src/sat/bmc/bmc.h +++ b/src/sat/bmc/bmc.h @@ -51,6 +51,7 @@ struct Saig_ParBmc_t_ int nTimeOutGap; // approximate timeout in seconds since the last change int nPisAbstract; // the number of PIs to abstract int fSolveAll; // does not stop at the first SAT output + int fStoreCex; // enable storing CEXes in the MO mode int fDropSatOuts; // replace sat outputs by constant 0 int nFfToAddMax; // max number of flops to add during CBA int fSkipRand; // skip random decisions |