cashocs.io.output
Management of cashocs output.
Classes
-
class cashocs.io.output.OutputManager(db)[source]
Bases: object
Class handling all the output.
Initializes self.
- Parameters:
db (database.Database) – The database of the problem.
-
output()[source]
Writes the desired output to files and console.
- Return type:
None
-
output_summary()[source]
Writes the summary to files and console.
- Return type:
None
-
post_process()[source]
Performs a postprocessing of the output.
- Return type:
None