Skip to content
Snippets Groups Projects
Commit 14527da9 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

update kodkod version and enable lingering and glucose

parent 0f7146bc
Branches
No related tags found
No related merge requests found
No preview for this file type
...@@ -25,7 +25,8 @@ import kodkod.instance.Universe; ...@@ -25,7 +25,8 @@ import kodkod.instance.Universe;
*/ */
public class SolverChecker { public class SolverChecker {
private static final Logger LOGGER = Logger.getLogger("de.stups.probkodkod"); private static final Logger LOGGER = Logger.getLogger("de.stups.probkodkod");
private static final SATFactory[] FACTORIES = { SATFactory.MiniSat, new SAT4JWithTimeoutFactory() }; private static final SATFactory[] FACTORIES = { SATFactory.Lingeling, SATFactory.Glucose, SATFactory.MiniSat,
new SAT4JWithTimeoutFactory() };
// private static final SATFactory[] FACTORIES = { // private static final SATFactory[] FACTORIES = {
// new SAT4JWithTimeoutFactory(), SATFactory.MiniSat, // new SAT4JWithTimeoutFactory(), SATFactory.MiniSat,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment