Question about MIP start #401
Unanswered
EnsignDaniels
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Try using
…-printing all -solution x.sol
to get sol file with 250,000 values
On 19/05/2021 10:54, Daniel Khachay wrote:
Dear Colleagues,
I've been using Cbc in my own research and I believe I need some help.
The question is, how can I assign the values (=0) to the variables,
which aren't in the .sol file? To make it more clear, I have about
250000 variables in total, but only 850 of them are listed in the .sol,
rest should be equal to zero. Is there a key in Cbc, that will allow it
to set those rest variables as zeros?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#401>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWJYHBRG5QSI3YPZWXPQI3TOODDXANCNFSM45EJHODQ>.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Colleagues,
I've been using Cbc in my own research and I believe I need some help. The question is, how can I assign the values (=0) to the variables, which aren't in the .sol file? To make it more clear, I have about 250000 variables in total, but only 850 of them are listed in the .sol, rest should be equal to zero. Is there a key in Cbc, that will allow it to set those rest variables as zeros?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions