xLoSyAsHx / OptimizatonMethods_CplexCppAPI

0 stars 0 forks source link

Get greatest Clique which contains defined node #1

Closed xLoSyAsHx closed 4 years ago

xLoSyAsHx commented 4 years ago

Add recursive function to GraphUtils which will: 1) Take: Graph and vector neighbors and, maybe current Clique (at the start it should contains defined node) 2) Return vector with nodes, which form greatest clique, containing defined node

crush52 commented 4 years ago

Done.