public class Prover9 extends FolTheoremProver
defaultProver| Constructor and Description |
|---|
Prover9(String binaryLocation)
Constructs a new instance pointing to a specific prover9
|
Prover9(String binaryLocation,
net.sf.tweety.commons.util.Shell bash)
Constructs a new instance pointing to a specific prover 9
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equivalent(FolBeliefSet kb,
FolFormula a,
FolFormula b) |
String |
getBinaryLocation()
returns the path of the provers binary
|
boolean |
query(FolBeliefSet kb,
FolFormula query)
This method determines the answer of the given query
wrt.
|
void |
setBinaryLocation(String binaryLocation)
Change path of the binary
|
getDefaultProver, setDefaultProverpublic Prover9(String binaryLocation, net.sf.tweety.commons.util.Shell bash)
binaryLocation - of the prover9 executable on the hard drivebash - shell to run commandspublic Prover9(String binaryLocation)
binaryLocation - of the prover9 executable on the hard drivepublic boolean query(FolBeliefSet kb, FolFormula query)
FolTheoremProverquery in class FolTheoremProverkb - the knowledge basequery - a query.public boolean equivalent(FolBeliefSet kb, FolFormula a, FolFormula b)
equivalent in class FolTheoremProverpublic String getBinaryLocation()
public void setBinaryLocation(String binaryLocation)
binaryLocation - the new path of the binaryCopyright © 2018. All rights reserved.