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 WatchedCardConstrOnRandomCardProblemsTest extends |
21 |
|
AbstractRandomCardProblemsTest { |
22 |
|
|
23 |
|
|
24 |
|
@param |
25 |
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
26 |
32
|
public WatchedCardConstrOnRandomCardProblemsTest(String arg0) {... |
27 |
32
|
super(arg0); |
28 |
|
} |
29 |
|
|
30 |
|
|
31 |
|
@see |
32 |
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
33 |
32
|
@Override... |
34 |
|
protected ISolver createSolver() { |
35 |
32
|
return SolverFactory |
36 |
|
.newMiniLearning(new CardinalityDataStructureYanMin()); |
37 |
|
} |
38 |
|
|
39 |
|
} |