solver.tui.solution.calculation_activities.solution_strategy.automatic_case_modification#

class main_menu.solution.calculation_activities.solution_strategy.automatic_case_modification(path, service)#

Define how the case is to be modified as the solution progresses.

before_init_modification(*args, **kwargs)#

Specify modification to be performed before initialization.

modifications(*args, **kwargs)#

Specify modifications to be performed during solution.

original_settings(*args, **kwargs)#

Specify modification to be performed after initialization to restore to original settings.