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, solverNames
public static LightFactory instance()
public ISolver defaultSolver()
ASolverFactory
defaultSolver
in class ASolverFactory<ISolver>
ASolverFactory.lightSolver()
public ISolver lightSolver()
ASolverFactory
lightSolver
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.