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

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

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

Classes in org.sat4j.minisat.constraints.pb that implement PBConstr
 class AtLeastPB
           
 class MaxWatchPb
           
 class MinWatchCardPB
           
 class MinWatchPb
           
 class MixableCBClausePB
           
 class PuebloMinWatchPb
           
 class WatchPb
           
 class WLClausePB
           
 

Methods in org.sat4j.minisat.constraints.pb with parameters of type PBConstr
static IConflict ConflictMap.createConflict(PBConstr cpb)
           
static IConflict ConflictArrayClause.createConflict(PBConstr cpb)
           
static IConflict ConflictArrayCard.createConflict(PBConstr cpb)
           
 java.math.BigInteger MapPb.cuttingPlane(PBConstr cpb, java.math.BigInteger deg, java.math.BigInteger[] reducedCoefs)
           
 java.math.BigInteger ArrayPb.cuttingPlane(PBConstr cpb, java.math.BigInteger deg, java.math.BigInteger[] reducedCoefs)
           
 java.math.BigInteger IDataStructurePB.cuttingPlane(PBConstr cpb, java.math.BigInteger deg, java.math.BigInteger[] reducedCoefs)
           
 java.math.BigInteger MapPb.cuttingPlane(PBConstr cpb, java.math.BigInteger degreeCons, java.math.BigInteger[] reducedCoefs, java.math.BigInteger coefMult)
           
 java.math.BigInteger ArrayPb.cuttingPlane(PBConstr cpb, java.math.BigInteger degreeCons, java.math.BigInteger[] reducedCoefs, java.math.BigInteger coefMult)
           
 java.math.BigInteger IDataStructurePB.cuttingPlane(PBConstr cpb, java.math.BigInteger degreeCons, java.math.BigInteger[] reducedCoefs, java.math.BigInteger coefMult)
           
 java.math.BigInteger ConflictMap.resolve(PBConstr cpb, int litImplied)
          Effectue une resolution avec une contrainte PB.
 java.math.BigInteger IConflict.resolve(PBConstr cpb, int litImplied)
          Effectue une resolution avec une contrainte PB.