mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 17:47:41 +00:00
disable new code paths for commit
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fdba85e39f
commit
754cb540d0
5 changed files with 32 additions and 26 deletions
|
@ -184,9 +184,6 @@ namespace polysat {
|
|||
|
||||
signed_constraint sc(this, is_positive);
|
||||
|
||||
if (sc.bvar() == 31) {
|
||||
IF_VERBOSE(0, verbose_stream() << "Narrow " << sc << " with " << p << " " << q << "\n");
|
||||
}
|
||||
LOG_H3("Narrowing " << sc);
|
||||
LOG_V("Assignment: " << assignments_pp(s));
|
||||
LOG_V("Substituted LHS: " << lhs() << " := " << p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue