| 1 |
|
package org.sat4j.minisat.constraints; |
| 2 |
|
|
| 3 |
|
import org.sat4j.minisat.SolverFactory; |
| 4 |
|
import org.sat4j.specs.ISolver; |
| 5 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (4) |
Complexity: 1 |
Complexity Density: 1 |
|
| 6 |
|
public class PuebloWatchedPbClauseAtLeastConstrWithPBConstrLearningTest extends |
| 7 |
|
AbstractPseudoBooleanAndPigeonHoleTest { |
| 8 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 9 |
53
|
public PuebloWatchedPbClauseAtLeastConstrWithPBConstrLearningTest(String arg) {... |
| 10 |
53
|
super(arg); |
| 11 |
|
|
| 12 |
|
} |
| 13 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 14 |
53
|
@Override... |
| 15 |
|
protected ISolver createSolver() { |
| 16 |
53
|
return SolverFactory.newMiniOPBClauseAtLeastMinPueblo(); |
| 17 |
|
} |
| 18 |
|
|
| 19 |
|
} |