-
After the build, there is a
Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
https://github.com/google/or-tools/blob/v99bugfix/ortools/linear_solver/solve.cc#L17 |
Beta Was this translation helpful? Give feedback.
-
No
Laurent Perron | Operations Research | ***@***.*** | (33) 1 42 68 53
00
Le mar. 17 juin 2025, 17:40, dxyzx ***@***.***> a écrit :
… Thanks a lot.
Can the cp-sat solver return an infeasbility certificate (e.g. conflicts)
when it returns MPSOLVER_INFEASIBLE?
—
Reply to this email directly, view it on GitHub
<#4684 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3N72DMGAIPXF2WMFY33EAZHXAVCNFSM6AAAAAB7MQOZYKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBZHA3DKNQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
No, because the problem is not integral by default, and the scaling can I
trouve infeasibility
Laurent Perron | Operations Research | ***@***.*** | (33) 1 42 68 53
00
Le mar. 17 juin 2025, 18:15, dxyzx ***@***.***> a écrit :
… ortools_0617.txt
<https://github.com/user-attachments/files/20779229/ortools_0617.txt>
How could know what causes infeasiblity? ortools returns
MPSOLVER_INFEASIBLE but the primal and dual bounds are still far away. Is
it a official proof of infeasibility?
—
Reply to this email directly, view it on GitHub
<#4684 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3PO5FT673O3YMPJCR33EA5KBAVCNFSM6AAAAAB7MQOZYKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBZHEYDAMY>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Introduce infeasibility
Laurent Perron | Operations Research | ***@***.*** | (33) 1 42 68 53
00
Le mar. 17 juin 2025, 18:23, Laurent Perron ***@***.***> a écrit :
… No, because the problem is not integral by default, and the scaling can I
trouve infeasibility
Laurent Perron | Operations Research | ***@***.*** | (33) 1 42 68
53 00
Le mar. 17 juin 2025, 18:15, dxyzx ***@***.***> a écrit :
> ortools_0617.txt
> <https://github.com/user-attachments/files/20779229/ortools_0617.txt>
>
> How could know what causes infeasiblity? ortools returns
> MPSOLVER_INFEASIBLE but the primal and dual bounds are still far away.
> Is it a official proof of infeasibility?
>
> —
> Reply to this email directly, view it on GitHub
> <#4684 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACUPL3PO5FT673O3YMPJCR33EA5KBAVCNFSM6AAAAAB7MQOZYKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBZHEYDAMY>
> .
> You are receiving this because you modified the open/close state.Message
> ID: ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
https://github.com/google/or-tools/blob/v99bugfix/ortools/linear_solver/solve.cc#L17