mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
disable tangent lemma, which appears to be counter-productive
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d092523733
commit
5a27ae6b53
2 changed files with 2 additions and 2 deletions
|
@ -707,7 +707,7 @@ namespace polysat {
|
|||
n = n1;
|
||||
}
|
||||
|
||||
verbose_stream() << e->interval << " " << e->side_cond << " " << e->src << ";\n";
|
||||
// verbose_stream() << e->interval << " " << e->side_cond << " " << e->src << ";\n";
|
||||
|
||||
if (!e->interval.is_full()) {
|
||||
auto const& hi = e->interval.hi();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue