Constraints with no Coefficients cause any issue? #3625
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lperron
-
Currently, not planned.
Laurent Perron | Operations Research | ***@***.*** | (33) 1 42 68 53
00
Le lun. 9 janv. 2023 à 11:13, GhayourAli ***@***.***> a
écrit :
… Thank you for the response. Is IIS planned to be made available in
OR-Tools and any probable timeline for it?
—
Reply to this email directly, view it on GitHub
<#3625 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3NLR7VKSYKVYGJMIYLWRPQDRANCNFSM6AAAAAATVCV42Y>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using .Net wrapper of Google OR Tools to solve a Mixed Integer Programming problem using SCIP solver and have a couple of questions
I am dynamically generating constraints based on the data and at times it is possible that I create a constraint but then down the code no condition satisfy the need for that particular constraint. So if I create a constraint but don't set its coefficient, will it cause any issue or will that constraint be automatically ignored? I could not find an interface to remove a constraint from the solver.
I have set 8 threads for my solver and I am assuming that it runs different solver on each thread, is this assumption correct?
In case of infeasibilities, is there a way to identify which constraints or variables are causing the infeasibility so it can help better determine the root cause for infeasibility?
Beta Was this translation helpful? Give feedback.
All reactions