net.sf.javailp
Class SolverMiniSat
java.lang.Object
net.sf.javailp.AbstractSolver
net.sf.javailp.SolverMiniSat
- All Implemented Interfaces:
- Solver
public class SolverMiniSat
- extends AbstractSolver
The SolverMiniSat
is the Solver
MiniSat+.
- See Also:
- http://minisat.se/MiniSat+.html
Constructor Summary |
SolverMiniSat()
Constructs a minisat+ solver. |
SolverMiniSat
public SolverMiniSat()
- Constructs a
minisat+
solver.
solve
public Result solve(Problem problem)
- Description copied from interface:
Solver
- Solve the optimization problem. Returns
null
if there exists no
feasible solution for the problem.
- Parameters:
problem
- the optimization problem
- Returns:
- the result