| Package | Description | 
|---|---|
| net.sf.tweety.logics.fol.prover | |
| net.sf.tweety.logics.fol.test | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EProver
Invokes Eprover (http://eprover.org) and returns its results. 
 | 
class  | 
NaiveProver
Uses a naive brute force search procedure for theorem proving. 
 | 
class  | 
Prover9
Invokes Prover9 (https://www.cs.unm.edu/~mccune/mace4/) and returns its
 results. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static FolTheoremProver | 
FolTheoremProver.defaultProver
Empty default prover 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static FolTheoremProver | 
FolTheoremProver.getDefaultProver()
Returns the default theorem prover 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
FolTheoremProver.setDefaultProver(FolTheoremProver prover)
Set default prover with given 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) static FolTheoremProver | 
TPTPTest.e  | 
(package private) static FolTheoremProver | 
Prover9Test.e  |