mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
adding benign initialization
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
579b914d78
commit
d8c3b273d3
|
@ -10059,7 +10059,7 @@ namespace smt {
|
||||||
}
|
}
|
||||||
TRACE("str", tout << "last bounds are [" << lastBounds.lowerBound << " | " << lastBounds.midPoint << " | " << lastBounds.upperBound << "]!" << lastBounds.windowSize << std::endl;);
|
TRACE("str", tout << "last bounds are [" << lastBounds.lowerBound << " | " << lastBounds.midPoint << " | " << lastBounds.upperBound << "]!" << lastBounds.windowSize << std::endl;);
|
||||||
binary_search_info newBounds;
|
binary_search_info newBounds;
|
||||||
expr * newTester;
|
expr * newTester = 0;
|
||||||
if (lastTesterConstant == "more") {
|
if (lastTesterConstant == "more") {
|
||||||
// special case: if the midpoint, upper bound, and window size are all equal,
|
// special case: if the midpoint, upper bound, and window size are all equal,
|
||||||
// we double the window size and adjust the bounds
|
// we double the window size and adjust the bounds
|
||||||
|
|
Loading…
Reference in a new issue