Package com.articulate.sigma.tp
Class ECNF
java.lang.Object
com.articulate.sigma.tp.ECNF
-
Field Details
-
eproverpath
-
output
-
qlist
-
-
Constructor Details
-
ECNF
public ECNF()Create a new batch specification file, and create a new running instance of EProver.- Throws:
IOException- should not normally be thrown unless either EProver executable or database file name are incorrect e_ltb_runner --interactive LTBSampleInput-AP.txt
-
-
Method Details
-
toString
-
terminate
Terminate this instance of EProver. After calling this function no further assertions or queries can be done.- Throws:
IOException- should not normally be thrown
-
runCustom
Creates a running instance of Eprover with custom command line options.- Parameters:
kbFile- A File object denoting the initial knowledge base to be loaded by the Eprover executable.- Throws:
IOException- should not normally be thrown unless either Eprover executable or database file name are incorrectException
-
main
A simple test. Works as follows:- start E;
- make an assertion;
- submit a query;
- terminate E
- Throws:
Exception
-