-
- Downloads
introduce new solver factory with timeout, drop minisat option for now
Showing
- src/main/java/de/stups/probkodkod/KodkodAnalysis.java 2 additions, 1 deletionsrc/main/java/de/stups/probkodkod/KodkodAnalysis.java
- src/main/java/de/stups/probkodkod/KodkodSession.java 4 additions, 4 deletionssrc/main/java/de/stups/probkodkod/KodkodSession.java
- src/main/java/de/stups/probkodkod/SolverChecker.java 6 additions, 2 deletionssrc/main/java/de/stups/probkodkod/SolverChecker.java
- src/main/java/de/stups/probkodkod/sat/SAT4JWithTimeout.java 80 additions, 0 deletionssrc/main/java/de/stups/probkodkod/sat/SAT4JWithTimeout.java
- src/main/java/de/stups/probkodkod/sat/SAT4JWithTimeoutFactory.java 25 additions, 0 deletions...java/de/stups/probkodkod/sat/SAT4JWithTimeoutFactory.java
- src/main/resources/problem.grammar 1 addition, 1 deletionsrc/main/resources/problem.grammar
- src/test/resources/problems/functions.kodkod 1 addition, 1 deletionsrc/test/resources/problems/functions.kodkod
- src/test/resources/problems/integercast.kodkod 1 addition, 1 deletionsrc/test/resources/problems/integercast.kodkod
- src/test/resources/problems/integers.kodkod 1 addition, 1 deletionsrc/test/resources/problems/integers.kodkod
- src/test/resources/problems/intrange.kodkod 1 addition, 1 deletionsrc/test/resources/problems/intrange.kodkod
- src/test/resources/problems/intvar.kodkod 1 addition, 1 deletionsrc/test/resources/problems/intvar.kodkod
- src/test/resources/problems/loop.kodkod 1 addition, 1 deletionsrc/test/resources/problems/loop.kodkod
- src/test/resources/problems/negative.kodkod 1 addition, 1 deletionsrc/test/resources/problems/negative.kodkod
- src/test/resources/problems/projection.kodkod 1 addition, 1 deletionsrc/test/resources/problems/projection.kodkod
- src/test/resources/problems/relquant.kodkod 1 addition, 1 deletionsrc/test/resources/problems/relquant.kodkod
- src/test/resources/problems/returnzero.kodkod 1 addition, 1 deletionsrc/test/resources/problems/returnzero.kodkod
- src/test/resources/problems/sendmoremoney.kodkod 3 additions, 1 deletionsrc/test/resources/problems/sendmoremoney.kodkod
- src/test/resources/problems/simpletwovars.kodkod 1 addition, 1 deletionsrc/test/resources/problems/simpletwovars.kodkod
Loading
Please register or sign in to comment