mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 09:40:20 +00:00
Merge branch 'master' of https://github.com/z3prover/z3 into xor
This commit is contained in:
commit
08a925323c
67 changed files with 1057 additions and 379 deletions
|
@ -46,7 +46,7 @@ namespace sat {
|
|||
else if (s == symbol("static"))
|
||||
m_restart = RS_STATIC;
|
||||
else
|
||||
throw sat_param_exception("invalid restart strategy");
|
||||
throw sat_param_exception("invalid restart strategy. Use ema (default), luby, geometric, static");
|
||||
|
||||
m_fast_glue_avg = p.restart_emafastglue();
|
||||
m_slow_glue_avg = p.restart_emaslowglue();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue