Skip to content

Commit d13ac50

Browse files
committed
Small patch for release 1.2.0 to allow reading name-based input files without objective sense
1 parent f58b4ae commit d13ac50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MibSModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ MibSModel::initialize()
126126
numOrigCons_ = 0;
127127
objSense_ = 0.0;
128128
lowerDim_ = 0;
129-
lowerObjSense_ = 0.0;
129+
lowerObjSense_ = 1;
130130
upperDim_ = 0;
131131
leftSlope_ = 0;
132132
rightSlope_ = 0;

0 commit comments

Comments
 (0)