rtac.examples.main
Functions
|
Run RAC process on, potentially infinite, problem instance sequence. |
Runs RTAC example with python_tsp. |
- rtac.examples.main.main(scenario: Namespace, instance_file: str) None[source]
Run RAC process on, potentially infinite, problem instance sequence.
- Parameters:
scenario (argparse.Namespace) – Namespace containing all settings for the RTAC.
instance_file (str) – Path to the problem instance to be solved.
- Return type:
None