mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
1f23ae8aae
commit
dd3e574f81
3 changed files with 8 additions and 8 deletions
|
@ -2594,6 +2594,7 @@ void context::init_global_smt_params() {
|
|||
p.set_bool("arith.eager_eq_axioms", false);
|
||||
}
|
||||
p.set_uint("random_seed", m_params.spacer_random_seed());
|
||||
p.set_bool("clause_proof", false);
|
||||
|
||||
p.set_bool("dump_benchmarks", m_params.spacer_dump_benchmarks());
|
||||
p.set_double("dump_threshold", m_params.spacer_dump_threshold());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue