cashocs.io.managers.FileManager#
- class cashocs.io.managers.FileManager(
- db: database.Database,
- result_dir: str,
Bases:
IOManagerClass for managing the human-readable output of cashocs.
Initializes self.
- Parameters:
db (database.Database) – The database of the problem.
result_dir (str) – The directory, where the results are written to.
Methods Summary
output()Saves the output string in a file.
Save the summary in a file.
The output operation which is performed as part of the postprocessing.
Methods Documentation