mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 07:24:40 +00:00
fix build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8298302358
commit
233184944c
6 changed files with 4 additions and 8 deletions
|
|
@ -984,8 +984,7 @@ namespace nlsat {
|
|||
|
||||
lbool val = l_undef;
|
||||
// Arithmetic atom: evaluate directly
|
||||
var max = a->max_var();
|
||||
SASSERT(debug_assignment.is_assigned(max));
|
||||
SASSERT(debug_assignment.is_assigned(a->max_var()));
|
||||
val = to_lbool(debug_evaluator.eval(a, l.sign()));
|
||||
SASSERT(val != l_undef);
|
||||
if (val == l_true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue