mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 11:26:21 +00:00
Removed strange code that caused the solver to give up when finding a model instantly
This commit is contained in:
parent
3fdd903373
commit
195f2caf25
2 changed files with 3 additions and 16 deletions
|
|
@ -118,7 +118,7 @@ namespace smt {
|
|||
void populate_nielsen_graph();
|
||||
void explain_nielsen_conflict();
|
||||
void set_conflict(enode_pair_vector const& eqs, literal_vector const& lits);
|
||||
bool add_nielsen_assumptions();
|
||||
void add_nielsen_assumptions();
|
||||
euf::snode* get_snode(expr* e);
|
||||
|
||||
// propagation dispatch helpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue