Methods in org.sat4j.minisat.constraints.pb with parameters of type PBConstr |
static IConflict |
ConflictMapMerging.createConflict(PBConstr cpb,
int level)
|
static IConflict |
ConflictMapClause.createConflict(PBConstr cpb,
int level)
|
static IConflict |
ConflictMap.createConflict(PBConstr cpb,
int level)
constructs the data structure needed to perform cutting planes |
java.math.BigInteger |
MapPb.cuttingPlane(PBConstr cpb,
java.math.BigInteger degreeCons,
java.math.BigInteger[] reducedCoefs,
java.math.BigInteger coefMult,
VarActivityListener val)
|
java.math.BigInteger |
IDataStructurePB.cuttingPlane(PBConstr cpb,
java.math.BigInteger degreeCons,
java.math.BigInteger[] reducedCoefs,
java.math.BigInteger coefMult,
VarActivityListener val)
|
java.math.BigInteger |
MapPb.cuttingPlane(PBConstr cpb,
java.math.BigInteger deg,
java.math.BigInteger[] reducedCoefs,
VarActivityListener val)
|
java.math.BigInteger |
IDataStructurePB.cuttingPlane(PBConstr cpb,
java.math.BigInteger deg,
java.math.BigInteger[] reducedCoefs,
VarActivityListener val)
|
java.math.BigInteger |
ConflictMap.resolve(PBConstr cpb,
int litImplied,
VarActivityListener val)
computes a cutting plane with a pseudo-boolean constraint. this method
updates the current instance (of ConflictMap). |
java.math.BigInteger |
IConflict.resolve(PBConstr cpb,
int litImplied,
VarActivityListener val)
Effectue une resolution avec une contrainte PB. |