Skip to content
Snippets Groups Projects
Commit 8fca2aa2 authored by Armin Biere's avatar Armin Biere
Browse files

avoid "hanging" in failed literal probing

parent 59813add
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ PROPAGATE_LITERAL (kissat * solver,
const watch *end_watches = END_WATCHES (*watches), *p = q;
unsigneds *delayed = &solver->delayed;
uint64_t ticks = kissat_cache_lines (watches->size, sizeof (watch));
uint64_t ticks = 1 + kissat_cache_lines (watches->size, sizeof (watch));
clause *res = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment