This repo, contains some optimization problems I solved using some quantum computing techniques, like QUBO and QAOA.
first of all, install uv, and run:
uv sync
then, you can run any script, just run:
uv run script
You need to have cuda toolkit installed and then run
make
inside the project folder.