mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +00:00
refine maxresw option
This commit is contained in:
parent
482ece11a8
commit
b5578ec74e
4 changed files with 102 additions and 61 deletions
|
|
@ -800,7 +800,8 @@ namespace opt {
|
|||
if (!is_maxsat_query())
|
||||
return;
|
||||
|
||||
if (m_maxsat_engine != symbol("maxres") &&
|
||||
if (m_maxsat_engine != symbol("maxres") &&
|
||||
m_maxsat_engine != symbol("maxresw") &&
|
||||
m_maxsat_engine != symbol("rc2") &&
|
||||
m_maxsat_engine != symbol("rc2tot") &&
|
||||
m_maxsat_engine != symbol("rc2bin") &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue