3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

build fix

This commit is contained in:
Nikolaj Bjorner 2021-02-08 16:53:30 -08:00
parent a152bb1e80
commit 55cb12e233
2 changed files with 3 additions and 3 deletions

View file

@ -315,7 +315,7 @@ public:
m_solver.set_phase(lit);
}
void move_to_front(expr* e) override {
bool is_not = m.is_not(e, e);
m.is_not(e, e);
sat::bool_var b = m_map.to_bool_var(e);
if (b != sat::null_bool_var)
m_solver.move_to_front(b);