mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +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() {
|
||||
#if 0
|
||||
#if 1
|
||||
lbool is_sat = l_undef;
|
||||
while (is_sat == l_undef && !should_cancel()) {
|
||||
if (inconsistent()) is_sat = resolve_conflict_core();
|
||||
|
|
Loading…
Reference in a new issue