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 2585c773..8e249339 100644 --- a/src/sat/bmc/bmc.h +++ b/src/sat/bmc/bmc.h @@ -95,6 +95,7 @@ struct Bmc_AndPar_t_ int fUseSynth; // use synthesis int fUseOldCnf; // use old CNF construction int fUseGlucose; // use Glucose 3.0 as the default solver + int fUseEliminate; // use variable elimination int fVerbose; // verbose int fVeryVerbose; // very verbose int fNotVerbose; // skip line-by-line print-out |