Binary variables not working. #233
Unanswered
davidcarails
asked this question in
Q&A
Replies: 1 comment
-
Clp only solves linear problems not integer ones. You need to use cbc.
…On 04/05/2022 23:11, davidcarails wrote:
I am running this testcase lp_model.mps.gz with the clp standalone
executable.
The solution values are not binary.
I get values like 0.25 and 0.5
The command I used is below
[lp_model.mps.gz](https://github.com/coin-or/Clp/files/8627668/lp_model.mps.gz)
clp lp_model.mps.gz -maximize -Solve -Solu sol.txt
lp_model.mps.gz
<https://github.com/coin-or/Clp/files/8627668/lp_model.mps.gz>
—
Reply to this email directly, view it on GitHub
<#233>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWJYHERVD3OYW2OS2TBFZLVILYYFANCNFSM5VDK4DXA>.
You are receiving this because you are subscribed to this
thread.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 running this testcase lp_model.mps.gz with the clp standalone executable.
The solution values are not binary.
I get values like 0.25 and 0.5
The command I used is below
lp_model.mps.gz
Beta Was this translation helpful? Give feedback.
All reactions