mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 20:31:21 +00:00
debugging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a5b03194c
commit
db18c7206a
2 changed files with 18 additions and 7 deletions
|
@ -407,7 +407,6 @@ namespace polysat {
|
|||
fi.side_cond.push_back(s.eq(b1, e1));
|
||||
if (b2 != e2)
|
||||
fi.side_cond.push_back(s.eq(b2, e2));
|
||||
IF_VERBOSE(0, verbose_stream() << fi.interval << " " << fi.side_cond << "\n");
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue