| Package | Description |
|---|---|
| jtabwb.launcher |
Implementation of a command line launcher for provers.
|
| jtabwbx.problems |
Problem description reader for problems of the ILTP library.
|
| Modifier and Type | Method and Description |
|---|---|
ProblemDescription |
_ProblemReader.read(java.io.Reader input)
Reads the problem description from the specified
Reader and returns
the corresponding ProblemDescription. |
| Modifier and Type | Method and Description |
|---|---|
JTabWbSimpleProblem |
PlainProblemReader.read(java.io.Reader input)
Returns the problem description build from the specified input stream; the
specified input stream is supposed to contain only one line describing the
formula.
|
JTabWbSimpleProblem |
JTabWbSimpleProblemReader.read(java.io.Reader input)
Returns the problem description corresponding to the PITP problem
description read from the specified stream.
|
ProblemDescription |
ILTPProblemReader.read(java.io.Reader input)
Returns a problem-description of the problem read from the specified input
stream.
|