fromhell777
fromhell777

Reputation: 279

How to minimise graph partitions while every subgraph contains only 1 type of node and no cycles exist between subgraphs

I'm searching for an algorithm to solve a graphing problem. I would like to code it in C++ and it should have an acceptable runtime

The problem has the following setup:

I was thinking about the following approach:

Upvotes: 1

Views: 29

Answers (0)

Related Questions