public class ClassicalProblem
extends java.lang.Object
| Constructor and Description |
|---|
ClassicalProblem(Declaration[] decls,
Formula goal,
ErrorStream out)
Construct a proving problem.
|
| Modifier and Type | Method and Description |
|---|---|
Declaration[] |
getDeclarations()
Get the declarations.
|
Formula |
getGoal()
Get the goal.
|
void |
print(java.io.PrintWriter out)
Print task to output stream.
|
ProofNavigatorProblem |
proofNavigatorProblem(java.io.File dir)
Translate classical problem to RISC ProofNavigator Problem
|
public ClassicalProblem(Declaration[] decls, Formula goal, ErrorStream out)
decls - the declarations of entities refered in the goal.goal - the goal to be proved.out - a stream for printing messages.public void print(java.io.PrintWriter out)
out - the stream to print topublic Declaration[] getDeclarations()
public Formula getGoal()
public ProofNavigatorProblem proofNavigatorProblem(java.io.File dir)
dir - the directory to which information may be written