Skip to content

Commit

Permalink
Revert "call init bounds upon construction"
Browse files Browse the repository at this point in the history
This reverts commit 50845a2.
  • Loading branch information
lvanroye committed Dec 19, 2024
1 parent 50845a2 commit c7e85d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fatrop/solver/FatropAlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ 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 c7e85d8

Please sign in to comment.