This directory contains a script for running QAOA on graph instances for solving the Max-Cut problem.
To try it out use the following command:
python QAOA.py <path/to/file.gml>Where <path/to/file.gml> is a path to a graph instance in GML format.
For actual benchmarking tests we recommend using the run-qalg-single-instance.sh script in the Run_QAOA/ directory.