| Interface | Description |
|---|---|
| Solver |
This interface models common calls to an ASP solver.
|
| Class | Description |
|---|---|
| AspInterface |
This class provides a common interface for asp-solvers.
|
| Clingo |
Invokes Clingo (Part of the Potassco project),
an ASP system that grounds and solves logic programs, and returns computed
answer sets.
|
| DLV |
Wrapper class for the DLV answer set solver command line
utility.
|
| DLVComplex | |
| SolverBase |
Base class for solver adds generic error handling code.
|
| SolveTime |
| Exception | Description |
|---|---|
| SolverException |
This class models a generic exception for ASP solvers.
|