Skip to content

Commit

Permalink
Initializing objective sense corectly
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Oct 2, 2023
1 parent 148c058 commit 216e17d
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 @@ -128,7 +128,7 @@ MibSModel::initialize()
objSense_ = 0.0;
lowerDim_ = 0;
numLowerInt_ = 0;
lowerObjSense_ = 0.0;
lowerObjSense_ = 1;
upperDim_ = 0;
numUpperInt_ = 0;
leftSlope_ = 0;
Expand Down

0 comments on commit 216e17d

Please sign in to comment.