mirror of
https://github.com/Z3Prover/z3
synced 2025-10-03 14:33:56 +00:00
add totalizer version of rc2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8ab8b63a4c
commit
c3d2120bdd
7 changed files with 72 additions and 12 deletions
|
@ -705,6 +705,8 @@ namespace opt {
|
|||
|
||||
if (m_maxsat_engine != symbol("maxres") &&
|
||||
m_maxsat_engine != symbol("rc2") &&
|
||||
m_maxsat_engine != symbol("rc2tot") &&
|
||||
m_maxsat_engine != symbol("rc2bin") &&
|
||||
m_maxsat_engine != symbol("maxres-bin") &&
|
||||
m_maxsat_engine != symbol("maxres-bin-delay") &&
|
||||
m_maxsat_engine != symbol("pd-maxres") &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue