You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: