cashocs.io.OutputManager#

class cashocs.io.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.

output_summary()

Writes the summary to files and console.

post_process()

Performs a postprocessing of the output.

Methods Documentation

output() None[source]#

Writes the desired output to files and console.

Return type:

None

output_summary() None[source]#

Writes the summary to files and console.

Return type:

None

post_process() None[source]#

Performs a postprocessing of the output.

Return type:

None