Maximal-Clique-Problem Trying to find a maximum clique in a Graph Running python3 -m venv env source env/bin/activate pip install -r requirements.txt