Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"sym_get_col_solution(): There is no solution!" error despite outputting the optimal solution #135

Open
svigerske opened this issue Feb 26, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: anh509

Original creation time: 2014-11-03 05:51:26

Assignee: @tkralphs

Version: trunk (SVN)

SYMPHONY is built with Cplex as the lp solver. When the optimal solution has all zero columns, setting the verbosity option to 5 (no other parameters), I get:

Solution Found: Node 0, Level 0
Solution Cost: 0.0000000000
+++++++++++++++++++++++++++++++++++++++++++++++++++
All columns are zero in the solution!
+++++++++++++++++++++++++++++++++++++++++++++++++++
sym_get_col_solution(): There is no solution!

Symphony is configured with the following script.

../configure --enable-debug --enable-sensitivity-analysis --with-cplex-lib=-L/usr/local/CPLEX_Studio_125/cplex/lib/x86-64_sles10_4.1/static_pic/ -l
cplex -lpthread -lm --with-cplex-incdir=/usr/local/CPLEX_Studio_125/cplex/include/ilcplex --with-lp-solver=cplex

@svigerske svigerske added bug Something isn't working Not Sure labels Feb 26, 2019
@svigerske
Copy link
Member Author

Attachment origMaster.MPS by anh509 created at 2014-11-03 05:53:06

@tkralphs tkralphs removed the Not Sure label Mar 14, 2019
@tkralphs tkralphs self-assigned this Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants