Class | Description |
---|---|
AbstractModalReasoner |
Abstract modal reasoner to be implemented by concrete reasoners.
|
MleanCoPReasoner |
Invokes MleanCoP (http://www.leancop.de/mleancop/), a compact automated theorem prover
for modal first-order logic based on the clausal connection calculus.
|
NaiveModalReasoner |
This class implements inference for modal logic using a brute-force approach.
|
SPASSModalReasoner |
Invokes SPASS (http://www.mpi-inf.mpg.de/departments/automation-of-logic/software/spass-workbench/),
an automated theorem prover for first-order logic, modal logic and description logics.
|