mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 02:34:43 +00:00
build_lemma returns clause_builder; adjust reason in revert_bool_decision
This commit is contained in:
parent
733c21bb20
commit
24f96acf4f
8 changed files with 83 additions and 75 deletions
|
@ -66,6 +66,9 @@ namespace polysat {
|
|||
|
||||
bool forbidden_intervals::explain(solver& s, vector<signed_constraint> const& conflict, pvar v, clause_ref& out_lemma) {
|
||||
|
||||
return false;
|
||||
|
||||
#if 0
|
||||
// Extract forbidden intervals from conflicting constraints
|
||||
vector<fi_record> records;
|
||||
bool has_full = false;
|
||||
|
@ -171,6 +174,7 @@ namespace polysat {
|
|||
}
|
||||
out_lemma = clause.build();
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue