public class SolverFactory extends ASolverFactory<IPBSolver>
Modifier and Type | Method and Description |
---|---|
IPBSolver |
defaultSolver() |
static SolverFactory |
instance()
Access to the single instance of the factory.
|
IPBSolver |
lightSolver() |
static IPBSolver |
newDefault() |
static IPBSolver |
newLight() |
static Solver<DataStructureFactory> |
newMiniMaxSAT()
Builds a SAT solver for the MAX sat evaluation.
|
createSolverByName, solverNames
public static Solver<DataStructureFactory> newMiniMaxSAT()
public static SolverFactory instance()
public IPBSolver defaultSolver()
defaultSolver
in class ASolverFactory<IPBSolver>
public IPBSolver lightSolver()
lightSolver
in class ASolverFactory<IPBSolver>
public static IPBSolver newDefault()
public static IPBSolver newLight()
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.