1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
package org.sat4j.minisat.constraints; |
8 |
|
|
9 |
|
import junit.framework.TestCase; |
10 |
|
|
11 |
|
import org.sat4j.minisat.SolverFactory; |
12 |
|
import org.sat4j.specs.ISolver; |
13 |
|
|
14 |
|
|
15 |
|
@author |
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
|
|
| 100% |
Uncovered Elements: 0 (4) |
Complexity: 1 |
Complexity Density: 1 |
|
20 |
|
public class PuebloWatchedPBConstrWithClauseLearningTest extends |
21 |
|
AbstractPseudoBooleanAndPigeonHoleTest { |
22 |
|
|
23 |
|
|
24 |
|
|
25 |
|
|
26 |
|
@param |
27 |
|
|
28 |
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
29 |
53
|
public PuebloWatchedPBConstrWithClauseLearningTest(String arg) {... |
30 |
53
|
super(arg); |
31 |
|
} |
32 |
|
|
33 |
|
|
34 |
|
@see |
35 |
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
36 |
53
|
@Override... |
37 |
|
protected ISolver createSolver() { |
38 |
53
|
return SolverFactory.newMinimalOPBMinPueblo(); |
39 |
|
} |
40 |
|
|
41 |
|
} |