mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6321dabe93
commit
794aafa6f8
4 changed files with 4 additions and 4 deletions
|
@ -426,7 +426,7 @@ namespace sat {
|
|||
// Assign higher cutset budgets to equality candidates that come from simulation
|
||||
// touch them to trigger recomputation of cutsets.
|
||||
u64_map<literal> val2lit;
|
||||
unsigned i = 0, j = 0, num_eqs = 0;
|
||||
unsigned i = 0, num_eqs = 0;
|
||||
for (cut_val val : var2val) {
|
||||
if (!s.was_eliminated(i) && s.value(i) == l_undef) {
|
||||
literal u(i, false), v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue