Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

brenomfviana/max-clique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Max Clique Solver

Description

This project contains two exact algorithms (backtracking and branch-and-bound algorithms) for solving max clique problem. As future works I aim to develop an evolutionary algorithm in order to compare the performance of all these solutions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This project contains solutions for solving the max clique problem.

Topics

Resources

License

Stars

Watchers

Forks

Languages