3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-17 14:21:45 +00:00

refine maxresw option

This commit is contained in:
Nikolaj Bjorner 2026-01-02 16:23:42 -08:00
parent 623b32239c
commit 5dc812728e
4 changed files with 102 additions and 61 deletions

View file

@ -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") &&