minimum = "0.0"
help = "sets the restart interval increase factor for the sat solver (F=3.0 by default)"
-[[option]]
- name = "sat_refine_conflicts"
- category = "regular"
- long = "refine-conflicts"
- type = "bool"
- default = "false"
- help = "refine theory conflict clauses (default false)"
-
[[option]]
name = "minisatUseElim"
category = "regular"
progressEstimate() * 100);
}
- if (theoryConflict && options::sat_refine_conflicts())
- {
- check_type = CHECK_FINAL_FAKE;
- }
- else
- {
- check_type = CHECK_WITH_THEORY;
- }
+ check_type = CHECK_WITH_THEORY;
}
else
{