mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
tuning based on benchmarks from Robert White
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
182fea2d7b
commit
25ad9d2ee1
5 changed files with 65 additions and 40 deletions
|
@ -185,6 +185,11 @@ public:
|
|||
<< bounds.has_upper(x, hi, s2) << " " << hi << "\n";);
|
||||
}
|
||||
}
|
||||
|
||||
if (sub.empty()) {
|
||||
result.push_back(g.get());
|
||||
return;
|
||||
}
|
||||
|
||||
expr_ref new_curr(m), tmp_curr(m);
|
||||
proof_ref new_pr(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue