Uses of Interface
org.sat4j.minisat.constraints.pb.IConflict

Packages that use IConflict
org.sat4j.minisat.constraints.pb Implementations of pseudo boolean contraints. 
 

Uses of IConflict in org.sat4j.minisat.constraints.pb
 

Classes in org.sat4j.minisat.constraints.pb that implement IConflict
 class ConflictMap
           
 

Methods in org.sat4j.minisat.constraints.pb that return IConflict
static IConflict ConflictMap.createConflict(PBConstr cpb)