coin-or/SYMPHONY

Symphony Interactive MIP Solver

Closed this issue · 2 comments

Issue created by migration from Trac.

Original creator: chintasunny

Original creation time: 2015-02-16 09:22:28

Assignee: @tkralphs

Version:

Hi
I just downloaded Symphony and tried using Interactive Optimizer. Whatever, I have been doing, input file is not getting read
"Input file '1.lp' can't be opened"
How to set directory and make it work?
I downloaded the following: COIN-OR-1.7.4-win32-msvc10

Regards
Sunil

Comment by @tkralphs created at 2015-02-16 16:07:08

When you specify a path in Windows, you have to use two backslashes as a separator for directories instead of just one, since otherwise, the backslashes causes the following characters to be escaped in the string when it's read. This is a universal problem with reading paths on Windows, see, e.g.,
this. This should work in the interactive solver.

SYMPHONY: load C:\\Users\\Ted\\Documents\\COIN\\Data\\miplib3\\p0033.mps

Comment by @tkralphs created at 2015-02-16 16:07:08

Resolution: fixed