solution_strategy#
Bases:
TUIMenu
Enters the automatic initialization and case modification strategy menu.
Methods:
add_edit_modification
(*args, **kwargs)Define a single case modification.
automatic_initialization
(*args, **kwargs)Defines how the case is to be automatically initialized.
continue_strategy_execution
(*args, **kwargs)Continues execution of the currently defined automatic initialization and case modification strategy.
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)Enables/disables automatic initialization and case modification.
execute_strategy
(*args, **kwargs)Executes the currently defined automatic initialization and case modification strategy.
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)Enters the automatic case modification menu.
Define a single case modification.
Bases:
TUIMenu
Enters the automatic case modification menu.
Methods:
before_init_modification
(*args, **kwargs)Specifies modification to be performed before initialization.
modifications
(*args, **kwargs)Specifies modifications to be performed during solution.
original_settings
(*args, **kwargs)Specifies modification to be performed after initialization to restore to original settings.
Specifies modification to be performed before initialization.
Specifies modifications to be performed during solution.
Specifies modification to be performed after initialization to restore to original settings.
Defines how the case is to be automatically initialized.
Continues execution of the currently defined automatic initialization and case modification strategy.
Copy a single case modification.
Delete a single case modification.
Disable a single defined case modification.
Enable a single defined case modification.
Enables/disables automatic initialization and case modification.
Executes the currently defined automatic initialization and case modification strategy.
Export all case modifications to a tsv file.
Import a list of case modifications from a tsv file.