somacdivad / GraphInvariants.jl

A Julia package for computing graph invariants
MIT License
9 stars 0 forks source link

Support clique number #8

Closed somacdivad closed 2 years ago

somacdivad commented 2 years ago

We need to support the clique number.

Relevant GrinPy definitions:

There are some other algorithms to consider, too, such as an ILP and this matrix approach.