rtac.examples.main

Functions

main(scenario, instance_file)

Run RAC process on, potentially infinite, problem instance sequence.

run_example()

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

rtac.examples.main.run_example() None[source]

Runs RTAC example with python_tsp.

Return type:

None