mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
add review comment to bug location
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
48cd05c725
commit
e978b81c7a
3 changed files with 15 additions and 3 deletions
|
@ -1060,6 +1060,8 @@ namespace polysat {
|
|||
void solver::assign_eval(sat::literal lit) {
|
||||
signed_constraint const c = lit2cnstr(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));
|
||||
VERIFY(c.is_currently_true(*this));
|
||||
unsigned level = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue