Clover Coverage Report
Coverage timestamp: mer. juin 27 2007 07:27:16 CEST
1   16   1   1
0   10   1   1
1     1  
1    
 
  ConflictMapCardinality       Line # 8 1 1 0% 0.0
 
No Tests
 
1    package org.sat4j.minisat.constraints.pb;
2   
3    import java.math.BigInteger;
4    import java.util.Map;
5   
6    import org.sat4j.minisat.core.ILits;
7   
 
8    public class ConflictMapCardinality extends ConflictMap {
9   
 
10  0 toggle public ConflictMapCardinality(Map<Integer, BigInteger> m, BigInteger d,
11    ILits voc, int level) {
12  0 super(m, d, voc, level);
13    // TODO Auto-generated constructor stub
14    }
15   
16    }