Skip to content

Commit

Permalink
Small patch for release 1.2.0 to allow reading name-based input files…
Browse files Browse the repository at this point in the history
… without objective sense
  • Loading branch information
tkralphs committed Jul 23, 2024
1 parent f58b4ae commit d13ac50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MibSModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ MibSModel::initialize()
numOrigCons_ = 0;
objSense_ = 0.0;
lowerDim_ = 0;
lowerObjSense_ = 0.0;
lowerObjSense_ = 1;
upperDim_ = 0;
leftSlope_ = 0;
rightSlope_ = 0;
Expand Down

0 comments on commit d13ac50

Please sign in to comment.