Uses of Class
org.tweetyproject.logics.fol.reasoner.FolReasoner
-
Uses of FolReasoner in org.tweetyproject.logics.fol.reasoner
Modifier and TypeClassDescriptionclass
Invokes E (http://eprover.org), an automated theorem prover for first-order logic, and returns its results.class
Invokes Prover9 ( https://www.cs.unm.edu/~mccune/mace4/), an automated theorem prover for first-order logic, and returns its results.class
Uses a naive brute force search procedure for theorem proving.class
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.Modifier and TypeFieldDescriptionstatic FolReasoner
FolReasoner.defaultReasoner
Empty default reasonerModifier and TypeMethodDescriptionstatic FolReasoner
FolReasoner.getDefaultReasoner()
Returns the default theorem proverModifier and TypeMethodDescriptionstatic void
FolReasoner.setDefaultReasoner
(FolReasoner reasoner) Set default reasoner with given