Number of solutions #257
Answered
by
sebheger
ErikLambrechts
asked this question in
Q&A
-
I am working on a problem where I have a feasible solution to a set of constraints. I don't have an objective but I trying to figure out if there are other feasible solutions satisfying this set of constraints. Is there an efficient why to solution this? |
Beta Was this translation helpful? Give feedback.
Answered by
sebheger
Feb 15, 2022
Replies: 1 comment
-
@ErikLambrechts. Best to my knowledge python-mip doesn't provide you with an efficient way. You can try two approaches (without guarantee):
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sebheger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ErikLambrechts. Best to my knowledge python-mip doesn't provide you with an efficient way. You can try two approaches (without guarantee):