Package | Description |
---|---|
jtabwb.engine |
Main classes implementing the engine; it specifies the interfaces with the
user defined prover.
|
jtabwb.launcher |
Implementation of a command line launcher for provers.
|
jtabwb.tracesupport |
Some tool for managing traces and C-trees, including support for LaTeX source
generation.
|
Modifier and Type | Method and Description |
---|---|
ProvabilityStatus |
_Prover.statusFor(ProofSearchResult result)
Returns the provability status corresponding to the specified proof-search
result.
|
static ProvabilityStatus |
ProvabilityStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProvabilityStatus[] |
ProvabilityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProvabilityStatus |
ProblemDescription.getProblemStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ProblemDescription.setProblemStatus(ProvabilityStatus status) |
Modifier and Type | Method and Description |
---|---|
ProvabilityStatus |
Validator.statusFor(ProofSearchResult result) |