solution_strategy#
Bases:
TUIMenu
Enter the automatic initialization and case modification strategy menu.
Methods:
add_edit_modification
(*args, **kwargs)Define a single case modification.
automatic_initialization
(*args, **kwargs)Define how the case is to be initialized automatically.
continue_strategy_execution
(*args, **kwargs)Continue execution of the automatic initialization and case modification strategy defined at present.
copy_modification
(*args, **kwargs)Copy a single case modification.
delete_modification
(*args, **kwargs)Delete a single case modification.
disable_modification
(*args, **kwargs)Disable a single defined case modification.
enable_modification
(*args, **kwargs)Enable a single defined case modification.
enable_strategy
(*args, **kwargs)Specify whether automatic initialization and case modification should be enabled.
execute_strategy
(*args, **kwargs)Execute the automatic initialization and case modification strategy defined at present.
export_modifications
(*args, **kwargs)Export all case modifications to a tsv file.
import_modifications
(*args, **kwargs)Import a list of case modifications from a tsv file.
Classes:
automatic_case_modification
(path, service)Define how the case is to be modified as the solution progresses.
Define a single case modification.
Bases:
TUIMenu
Define how the case is to be modified as the solution progresses.
Methods:
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.
Specify modification to be performed before initialization.
Specify modifications to be performed during solution.
Specify modification to be performed after initialization to restore to original settings.
Define how the case is to be initialized automatically.
Continue execution of the automatic initialization and case modification strategy defined at present.
Copy a single case modification.
Delete a single case modification.
Disable a single defined case modification.
Enable a single defined case modification.
Specify whether automatic initialization and case modification should be enabled.
Execute the automatic initialization and case modification strategy defined at present.
Export all case modifications to a tsv file.
Import a list of case modifications from a tsv file.