Closed raller09 closed 1 year ago
There is a clue in the line
2037 semi-continuous variables - report odd behavior
semi-continuous variables are not much used and it looks as if there is a bug in pre or post processing.
I will look into it. For the moment take the advice given - Cgl0013I Postprocessed model is infeasible - possible tolerance issue - try without preprocessing
so add -preprocess off. That seems to work but will be somewhat slower.
HI,
thank you very much for the very quick response.
Then this could be "odd behavior" :) Thanks a lot for your help.
Ralf
Hopefully fixed now (in master)
Hi, it works with my examples.
Thank you, Ralf
Hi,
i'm testing with cbc master branch a long runnig model on Windows:
lpi583A.zip
with the cli or interactive i wont get
Result - ...
and following lines or the solution files.It is a long running model but after some moments a first solution is found. So i tryed to set a time out with the "sec 10" command.
In interactive mode:
cbc quits after 10 seconds (same behavior without sec but pressing ctrl+c):
the commans line call
CBC.exe "lpi583A.mps" -directory "%Temp%" -sec 10 -solve -solution "solution.cbc" -printingOptions all -solution "all.cbc" -printingOptions objective -solution "objectiveranges.cbc" -printingOptions rhs -solution "rhsranges.cbc" -printingOptions bound -solution "boundranges.cbc"
produces the same output and will not create the solution files.i thought that "60230.113 best solution, best possible 60199.552" meant that a solution was found and could be used.
I looked with my limited c skills into the source code and assume there is an exception in CglPreProcess.cpp Line 5748-5757 on the 2 pass of the loop -> in "if (deleteStuff) {"
Should there the "Result - ..." lines in the output?
Thank you,
Ralf