3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

extra smt params used by spacer

This commit is contained in:
Arie Gurfinkel 2017-07-31 15:14:22 -04:00
parent b269e6b35b
commit ba6594b241
2 changed files with 12 additions and 0 deletions

View file

@ -217,6 +217,15 @@ struct smt_params : public preprocessor_params,
bool m_dump_goal_as_smt;
bool m_auto_config;
// -----------------------------------
//
// Spacer hacking
//
// -----------------------------------
bool m_dump_benchmarks;
double m_dump_min_time;
bool m_dump_recheck;
// -----------------------------------
//
// Solver selection