Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

QAlgorithm

This directory contains a script for running QAOA on graph instances for solving the Max-Cut problem.

Usage

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.