This repository has been archived by the owner on May 1, 2024. It is now read-only.
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Is it possible to supply a constraint function during partitioning #73
Open
Description
Let's say the algorithm comes up with 2 partitions- p1, and p2
I want to run a constraint function on each partition (the output of which depends on what's inside the partition)
If the constraint is satisfied, then we run the objective function(edge-cuts) as is, else we don't consider these partition options(p1, and p2)
Is something like this possible?
I have been looking at tpwgts, and ubvec but not sure if they will help.
Metadata
Assignees
Labels
No labels
Activity