cashocs.io.output.OutputManager#
- class cashocs.io.output.OutputManager(db: database.Database)[source]#
Bases:
object
Class handling all the output.
Initializes self.
- Parameters:
db (database.Database) – The database of the problem.
Methods Summary
output
()Writes the desired output to files and console.
Writes the summary to files and console.
Performs a postprocessing of the output.
Methods Documentation