Clover Coverage Report
Coverage timestamp: mer. juin 27 2007 07:27:16 CEST
2   19   1   1
0   13   1   2
2     1  
1    
 
  PuebloWatchedPbClauseAtLeastConstrWithPBConstrLearningTest       Line # 6 2 1 100% 1.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 PuebloWatchedPbClauseAtLeastConstrWithPBConstrLearningTest extends
7    AbstractPseudoBooleanAndPigeonHoleTest {
8   
 
9  53 toggle public PuebloWatchedPbClauseAtLeastConstrWithPBConstrLearningTest(String arg) {
10  53 super(arg);
11    // TODO Auto-generated constructor stub
12    }
13   
 
14  53 toggle @Override
15    protected ISolver createSolver() {
16  53 return SolverFactory.newMiniOPBClauseAtLeastMinPueblo();
17    }
18   
19    }