mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
with bounded
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fa9cf0fa0c
commit
03e92f3f20
|
@ -1602,7 +1602,7 @@ namespace sat {
|
||||||
}
|
}
|
||||||
|
|
||||||
lbool solver::bounded_search() {
|
lbool solver::bounded_search() {
|
||||||
#if 0
|
#if 1
|
||||||
lbool is_sat = l_undef;
|
lbool is_sat = l_undef;
|
||||||
while (is_sat == l_undef && !should_cancel()) {
|
while (is_sat == l_undef && !should_cancel()) {
|
||||||
if (inconsistent()) is_sat = resolve_conflict_core();
|
if (inconsistent()) is_sat = resolve_conflict_core();
|
||||||
|
|
Loading…
Reference in a new issue