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:
parent
b269e6b35b
commit
ba6594b241
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue