|
| Output (final String initial_output) |
|
| Output (final String out, final String err) |
|
Object | clone () throws CloneNotSupportedException |
|
String | getErrors () |
|
String | getOutput () |
|
void | setErrors (final String err) |
|
void | setOutput (final String output) |
|
represents a generic output for a solver
Definition at line 4 of file Output.java.
◆ errors
String it.unical.mat.embasp.base.Output.errors |
|
protected |
The errors thrown by the solver
Definition at line 8 of file Output.java.
◆ output
String it.unical.mat.embasp.base.Output.output |
|
protected |
Variable in which results are stored
Definition at line 6 of file Output.java.
The documentation for this class was generated from the following file:
- EmbASP-Java/app/src/main/java/it/unical/mat/embasp/base/Output.java