mirror of
https://github.com/Z3Prover/z3
synced 2025-12-30 15:59:52 +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;
|
||||
}
|
||||
if (is_fixed(w) && level > num_fixed) {
|
||||
verbose_stream() << "fixed v" << w << " cannot be repaired " << level << "\n";
|
||||
display_constraint(verbose_stream(), conflict) << "\n";
|
||||
IF_VERBOSE(3, verbose_stream() << "fixed v" << w << " cannot be repaired " << level << "\n";
|
||||
display_constraint(verbose_stream(), conflict) << "\n");
|
||||
move_up(w);
|
||||
++num_fixed;
|
||||
--level;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue