mirror of
https://github.com/Z3Prover/z3
synced 2026-02-17 14:21:45 +00:00
refine maxresw option
This commit is contained in:
parent
623b32239c
commit
5dc812728e
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