Skip to content

Commit

Permalink
with bounded
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 1, 2020
1 parent fa9cf0f commit 03e92f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sat/sat_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 03e92f3

Please sign in to comment.