mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
Polysat updates (#5444)
* Simplify adding lemmas * Remove misleading constructor from tmp_assign. The idea is that tmp_assign is only created on the stack and short-lived. Instead of having a convenience constructor that takes a constraint_ref, it's clearer to have an explicit .get() at the call site. * Remove some log messages * bugfix * fix * Add stub for conflict_core * wip * Add example by Clemens
This commit is contained in:
parent
2ef8ee25f1
commit
8a773d2bee
12 changed files with 302 additions and 116 deletions
|
@ -265,11 +265,8 @@ namespace polysat {
|
|||
if (is_viable(v, x))
|
||||
xs.push_back(x);
|
||||
|
||||
LOG("Viable for pvar " << v << ": " << xs);
|
||||
LOG("Viable for v" << v << ": " << xs);
|
||||
}
|
||||
else {
|
||||
LOG("Viable for pvar " << v << ": <range too big>");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue