Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 285 Bytes

Maximal-Clique-Problem

Trying to find a maximum clique in a Graph Exemplo Clique

Running

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt