public class LightFactory extends ASolverFactory<ISolver>
| Constructor and Description | 
|---|
LightFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
ISolver | 
defaultSolver()
To obtain the default solver of the library. 
 | 
static LightFactory | 
instance()
Access to the single instance of the factory. 
 | 
ISolver | 
lightSolver()
To obtain a solver that is suitable for solving many small instances of
 SAT problems. 
 | 
static void | 
main(String[] args)  | 
createSolverByName, solverNamespublic static LightFactory instance()
public ISolver defaultSolver()
ASolverFactorydefaultSolver in class ASolverFactory<ISolver>ASolverFactory.lightSolver()public ISolver lightSolver()
ASolverFactorylightSolver in class ASolverFactory<ISolver>ASolverFactory.defaultSolver()public static void main(String[] args)
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.