Represents a generic output for a solver.
Definition at line 1 of file output.py.
◆ get_errors()
def base.output.Output.get_errors |
( |
|
self | ) |
|
Get error string.
Definition at line 8 of file output.py.
◆ get_output()
def base.output.Output.get_output |
( |
|
self | ) |
|
Get output string.
Definition at line 12 of file output.py.
◆ set_errors()
def base.output.Output.set_errors |
( |
|
self, |
|
|
|
errors |
|
) |
| |
Set error string.
Definition at line 16 of file output.py.
◆ set_output()
def base.output.Output.set_output |
( |
|
self, |
|
|
|
output |
|
) |
| |
Set output string.
Definition at line 20 of file output.py.
The documentation for this class was generated from the following file: