mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
Moved "easy part" of variable elimination to saturation.cpp
This commit is contained in:
parent
b4f5225ab3
commit
658877365c
3 changed files with 110 additions and 29 deletions
|
@ -1063,7 +1063,7 @@ namespace polysat {
|
|||
|
||||
void solver::assign_eval(sat::literal lit) {
|
||||
signed_constraint const c = lit2cnstr(lit);
|
||||
LOG_V(10, "Evaluate: " << lit_pp(*this ,lit));
|
||||
LOG_V(10, "Evaluate: " << lit_pp(*this, lit));
|
||||
// assertion is false
|
||||
if (!c.is_currently_true(*this)) IF_VERBOSE(0, verbose_stream() << c << " is not currently true\n");
|
||||
SASSERT(c.is_currently_true(*this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue