Clover Coverage Report
Coverage timestamp: mer. juin 27 2007 07:27:16 CEST
2   18   1   1
0   13   1   2
2     1  
1    
 
  CounterPBConstrClauseImpliedWithClauseCardConstrLearning       Line # 6 2 1 0% 0.0
 
No Tests
 
1    package org.sat4j.minisat.constraints;
2   
3    import org.sat4j.minisat.SolverFactory;
4    import org.sat4j.specs.ISolver;
5   
 
6    public class CounterPBConstrClauseImpliedWithClauseCardConstrLearning extends
7    AbstractPseudoBooleanAndPigeonHoleTest {
8   
 
9  0 toggle public CounterPBConstrClauseImpliedWithClauseCardConstrLearning(String arg) {
10  0 super(arg);
11    }
12   
 
13  0 toggle @Override
14    protected ISolver createSolver() {
15  0 return SolverFactory.newMiniOPBClauseCardConstrMaxImplied();
16    }
17   
18    }