Package | Description |
---|---|
org.sat4j.minisat.core | |
org.sat4j.minisat.learning | |
org.sat4j.pb.constraints.pb | |
org.sat4j.pb.core |
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
org.sat4j.minisat.core.ActivityListener |
interface |
ICDCL<D extends DataStructureFactory>
Abstraction for Conflict Driven Clause Learning Solver.
|
Modifier and Type | Class and Description |
---|---|
class |
Solver<D extends DataStructureFactory>
The backbone of the library providing the modular implementation of a MiniSAT
(Chaff) like solver.
|
Modifier and Type | Method and Description |
---|---|
void |
LearningStrategy.setVarActivityListener(VarActivityListener s) |
Modifier and Type | Method and Description |
---|---|
void |
LimitedLearning.setVarActivityListener(VarActivityListener s) |
Modifier and Type | Method and Description |
---|---|
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 degreeCons,
java.math.BigInteger[] reducedCoefs,
java.math.BigInteger coefMult,
VarActivityListener val) |
java.math.BigInteger |
IDataStructurePB.cuttingPlane(PBConstr cpb,
java.math.BigInteger deg,
java.math.BigInteger[] reducedCoefs,
VarActivityListener val) |
java.math.BigInteger |
MapPb.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.
|
java.math.BigInteger |
IConflict.resolve(PBConstr cpb,
int litImplied,
VarActivityListener val)
Effectue une resolution avec une contrainte PB.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPBCDCLSolver<D extends PBDataStructureFactory>
Abstraction for Conflict Driven Clause Learning PBSolver.
|
Modifier and Type | Class and Description |
---|---|
class |
PBSolver |
class |
PBSolverCautious |
class |
PBSolverClause |
class |
PBSolverCP |
class |
PBSolverResCP |
class |
PBSolverResolution |
class |
PBSolverWithImpliedClause |