[Minotaur-dev] [minotaur-solver/minotaur] 899482: Obtaining solve status when problem is infeasible.
Prashant Palkar
noreply at github.com
Wed Sep 11 04:44:04 CDT 2019
Branch: refs/heads/master
Home: https://github.com/minotaur-solver/minotaur
Commit: 899482b91c65a7e0009dea8da7ca37deb99328a5
https://github.com/minotaur-solver/minotaur/commit/899482b91c65a7e0009dea8da7ca37deb99328a5
Author: ppalkar <ppalkar.iitb at gmail.com>
Date: 2019-09-11 (Wed, 11 Sep 2019)
Changed paths:
M src/engines/Cplex/CplexLPEngine.cpp
Log Message:
-----------
Obtaining solve status when problem is infeasible.
In CplexLPEngine, the function CPXXsolution() does not return a solve
status (in solstat) if the problem does not have solution. We obtain a
status in this case by using the function CPXXgetstat().
More information about the Minotaur-dev
mailing list