Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
probkodkod
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
probkodkod
Commits
14527da9
Commit
14527da9
authored
8 years ago
by
Sebastian Krings
Browse files
Options
Downloads
Patches
Plain Diff
update kodkod version and enable lingering and glucose
parent
0f7146bc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
libs/kodkod.jar
+0
-0
0 additions, 0 deletions
libs/kodkod.jar
src/main/java/de/stups/probkodkod/SolverChecker.java
+2
-1
2 additions, 1 deletion
src/main/java/de/stups/probkodkod/SolverChecker.java
with
2 additions
and
1 deletion
libs/kodkod.jar
+
0
−
0
View file @
14527da9
No preview for this file type
This diff is collapsed.
Click to expand it.
src/main/java/de/stups/probkodkod/SolverChecker.java
+
2
−
1
View file @
14527da9
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment