1 |
|
package org.sat4j.minisat.constraints; |
2 |
|
|
3 |
|
import junit.framework.TestCase; |
4 |
|
|
5 |
|
import org.sat4j.minisat.SolverFactory; |
6 |
|
import org.sat4j.specs.ISolver; |
7 |
|
|
|
|
| 100% |
Uncovered Elements: 0 (4) |
Complexity: 1 |
Complexity Density: 1 |
|
8 |
|
public class CounterPBConstrWithClauseCardConstrLearningTest extends |
9 |
|
CounterPBConstrWithPBConstrLearningTest { |
10 |
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
11 |
53
|
public CounterPBConstrWithClauseCardConstrLearningTest(String arg) {... |
12 |
53
|
super(arg); |
13 |
|
|
14 |
|
} |
15 |
|
|
16 |
|
|
17 |
|
@see |
18 |
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
19 |
53
|
@Override... |
20 |
|
protected ISolver createSolver() { |
21 |
53
|
return SolverFactory.newMiniOPBClauseCardConstrMax(); |
22 |
|
} |
23 |
|
|
24 |
|
} |