Skip to content

Commit

Permalink
call init bounds upon construction
Browse files Browse the repository at this point in the history
  • Loading branch information
lvanroye committed Dec 13, 2024
1 parent fe8a15d commit 50845a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fatrop/solver/FatropAlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ FatropAlg::FatropAlg(
initialize();
fatropnlp_->get_initial_sol_guess(fatropdata_->x_initial);
fatropnlp->get_bounds(fatropdata->s_lower_orig, fatropdata->s_upper_orig);
fatropdata_ ->init_bounds();
}
void FatropAlg::initialize()
{
Expand Down

0 comments on commit 50845a2

Please sign in to comment.