public abstract class SolverBase extends java.lang.Object implements Solver
| Modifier and Type | Field and Description |
|---|---|
protected AspInterface |
ai |
| Constructor and Description |
|---|
SolverBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkErrors()
Default implementation of error checking (should work for DLV package)
|
protected void |
checkSolver(java.lang.String path)
Checks if the solver in the given path is an existing file with
execute permission.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeModels, computeModels, computeModelsprotected AspInterface ai
protected void checkSolver(java.lang.String path)
throws SolverException
path - a String containing a path to a solverSolverExceptionprotected void checkErrors()
throws SolverException
SolverException