|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.core.ASolverFactory<IPBSolver> org.sat4j.maxsat.SolverFactory
public class SolverFactory
Constructor Summary | |
---|---|
SolverFactory()
|
Method Summary | |
---|---|
IPBSolver |
defaultSolver()
|
IPBSolver |
lightSolver()
|
static IPBSolver |
newDefault()
|
static IPBSolver |
newLight()
|
static Solver<ILits,DataStructureFactory<ILits>> |
newMiniMaxSAT()
Builds a SAT solver for the MAX sat evaluation. |
Methods inherited from class org.sat4j.core.ASolverFactory |
---|
createSolverByName, solverNames |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SolverFactory()
Method Detail |
---|
public static Solver<ILits,DataStructureFactory<ILits>> newMiniMaxSAT()
public IPBSolver defaultSolver()
defaultSolver
in class ASolverFactory<IPBSolver>
public IPBSolver lightSolver()
lightSolver
in class ASolverFactory<IPBSolver>
public static IPBSolver newDefault()
public static IPBSolver newLight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |