Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider allowing the user to specify the list size for disjoint lists node #117

Open
arcondello opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@arcondello
Copy link
Member

Something like

model.disjoint_lists(100, 5, min_list_size=20, max_list_size=20)

This can be done now with constraints. But it's less convenient.

_, [v, w, x, y, z] = model.disjoint_lists(100, 5)

model.add_constraint(x.size() == model.constant(20))
@arcondello arcondello added the enhancement New feature or request label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant