Skip to content

Commit

Permalink
Bug fix in resto phase
Browse files Browse the repository at this point in the history
  • Loading branch information
lvanroye committed Dec 9, 2024
1 parent 30ae712 commit 5aaa5ee
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 @@ -52,6 +52,7 @@ void FatropAlg::initialize()
void FatropAlg::reset()
{
filter_->reset();
fatropdata_->init_bounds();
if (!resto_problem_)
fatropdata_->reset();
fatropdata_->reset_caches();
Expand Down

0 comments on commit 5aaa5ee

Please sign in to comment.