Closed somacdivad closed 2 years ago
We need to support the clique number.
Relevant GrinPy definitions:
clique_number()
graph_clique_number()
There are some other algorithms to consider, too, such as an ILP and this matrix approach.
We need to support the clique number.
Relevant GrinPy definitions:
clique_number()
(this is just an alias for NetworkX’sgraph_clique_number()
)There are some other algorithms to consider, too, such as an ILP and this matrix approach.