mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +00:00
use phase
This commit is contained in:
parent
b3ebce3966
commit
a8335f2d5e
2 changed files with 8 additions and 21 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue