mirror of
https://github.com/Z3Prover/z3
synced 2026-05-24 19:06:21 +00:00
tweaks and fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4c09ab27bc
commit
01f79ebb76
1 changed files with 2 additions and 2 deletions
|
|
@ -1247,8 +1247,8 @@ namespace nla {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (is_fixed(w) && level > num_fixed) {
|
if (is_fixed(w) && level > num_fixed) {
|
||||||
verbose_stream() << "fixed v" << w << " cannot be repaired " << level << "\n";
|
IF_VERBOSE(3, verbose_stream() << "fixed v" << w << " cannot be repaired " << level << "\n";
|
||||||
display_constraint(verbose_stream(), conflict) << "\n";
|
display_constraint(verbose_stream(), conflict) << "\n");
|
||||||
move_up(w);
|
move_up(w);
|
||||||
++num_fixed;
|
++num_fixed;
|
||||||
--level;
|
--level;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue