mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
fix new clause encoding
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41ac4ff308
commit
a1e4fc3e98
4 changed files with 36 additions and 19 deletions
|
@ -87,7 +87,7 @@ namespace sat {
|
|||
m_lookahead_simplify = p.lookahead_simplify();
|
||||
m_lookahead_cube = p.lookahead_cube();
|
||||
m_lookahead_search = p.lookahead_search();
|
||||
if (p.lookahead_reward() == symbol("hs")) {
|
||||
if (p.lookahead_reward() == symbol("heule_schur")) {
|
||||
m_lookahead_reward = heule_schur_reward;
|
||||
}
|
||||
else if (p.lookahead_reward() == symbol("heuleu")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue