Skip to content
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
jeetendragan opened this issue Nov 19, 2020 · 1 comment
Open

Comments

@jeetendragan
Copy link

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.

@Tiatiaoooo
Copy link

Hi, I have the same problem as you, have you solved it? Can I add constraints while partitioning?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants