3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 11:41:22 +00:00

use phase

This commit is contained in:
Nikolaj Bjorner 2023-02-07 19:50:45 -08:00
parent b3ebce3966
commit a8335f2d5e
2 changed files with 8 additions and 21 deletions

View file

@ -265,7 +265,7 @@ namespace euf {
// local search
unsigned m_max_bool_steps = 10;
bool is_propositional(sat::literal lit);
void setup_bounds(sat::model const& mdl);
void setup_bounds(bool_vector const& mdl);
// user propagator
void check_for_user_propagator() {