Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 860 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 860 Bytes

Implementation of algorithms on C++

All the necessary files including code on cpp and files in DIMACS format you can find in the corresponding folders.

Here are the results obtained during the practice.

1. Coloring problem results

color.csv

2. Maximum Clique Problem results

clique.csv

3. Maximum Clique Problem with Tabu Search results

clique_tabu.csv

4. Maximum Clique Problem with BnB exact search

clique_bnb.csv