Skip to content
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
@jeetendragan

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions