Opened 6 years ago
Closed 2 years ago
#165 closed defect (migrated)
Command line CBC reports "Optimal solution found", but the solution file reports "Status unknown"
Reported by: | dindy | Owned by: | tkr |
---|---|---|---|
Priority: | minor | Component: | Cbc |
Version: | 2.9.5 | Keywords: | |
Cc: |
Description
Hello,
I have a problem where the command line reports "Optimal solution found", with a reasonable objective value, but in the solution file "Status unknown" is reported. CBC has been compiled with MinGW 4.9.2, and works quite well with many other problems. The command line parameters are:
cbc -import pcbc.lp -solve -solution pcbc.sol -quit
By using:
cbc -import pcbc.lp -perturbation off -solve -solution pcbc.sol -quit
I get rid of some infeasibility warnings, the problem get solved to the same exact objective, but the solution file now is correct, so probably it is just a minor problem in the output procedure.
Attached the sample problem.
Thanks in advance for your attention, and thanks also for the excellent work.
Attachments (1)
Change History (2)
Changed 6 years ago by dindy
comment:1 Changed 2 years ago by stefan
- Resolution set to migrated
- Status changed from new to closed
This ticket has been migrated to GitHub and will be resolved there: https://github.com/coin-or/Cbc/issues/165
Sample problem