-
Notifications
You must be signed in to change notification settings - Fork 24
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
Collect all feasible solutions #259
Comments
Hi, yes this is abolutely possible. The steps would be:
|
Thanks for such a quick response! Will try to implement it. |
hi @ivborissov, in the meantime, was the solution of setting the raw parameter |
Hi @matbesancon Sorry, I didn't have time to get back to this issue yet( But as I remember simply setting |
Hi,
is it possible to add support for
optimizer_attribute
to collect all feasible solutions:set_optimizer_attribute(model, "constraints/countsols/collect", 1)
The question appeared on discourse and it seems SCIP is the only free MIP solver, which supports it
https://discourse.julialang.org/t/right-solver-for-jump-to-find-every-solution-of-a-linear-system-of-equations-with-integer-solutions/44709
https://www.scipopt.org/doc/html/COUNTER.php
The text was updated successfully, but these errors were encountered: