org.sat4j.maxsat
Class SolverFactory
java.lang.Object
org.sat4j.core.ASolverFactory<IPBSolver>
org.sat4j.maxsat.SolverFactory
- All Implemented Interfaces:
- Serializable
public class SolverFactory
- extends ASolverFactory<IPBSolver>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolverFactory
public SolverFactory()
newMiniMaxSAT
public static Solver<DataStructureFactory> newMiniMaxSAT()
- Builds a SAT solver for the MAX sat evaluation. Full clause learning, no
restarts,
- Returns:
- a
defaultSolver
public IPBSolver defaultSolver()
- Specified by:
defaultSolver
in class ASolverFactory<IPBSolver>
lightSolver
public IPBSolver lightSolver()
- Specified by:
lightSolver
in class ASolverFactory<IPBSolver>
newDefault
public static IPBSolver newDefault()
newLight
public static IPBSolver newLight()
Copyright © 2010 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.