Skip to content

Commit bb557cc

Browse files
committed
More data for conflict graph creation to help debug.
1 parent c1dee96 commit bb557cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Osi/OsiSolverInterface.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3535,7 +3535,8 @@ void OsiSolverInterface::checkCGraph(CoinMessageHandler *msgh)
35353535
getColLower(), getColUpper(),
35363536
getMatrixByRow(), getRowSense(),
35373537
getRightHandSide(), getRowRange(),
3538-
primalTolerance, infinity, getColNames());
3538+
primalTolerance, infinity, getColNames(),
3539+
getRowNames());
35393540
timeCG = CoinCpuTime()-timeCG;
35403541

35413542
if (msgh && msgh->logLevel())

0 commit comments

Comments
 (0)