Skip to content

Commit

Permalink
fix failing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lvanroye committed Jul 31, 2024
1 parent 540b060 commit ced4f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fatrop/templates/NLPAlg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ namespace fatrop
virtual fatrop_int Callback(FatropVecBF& primal_vars){return 0;};
virtual void finalize(){};
virtual void reset(){};
virtual void update_mu(double mu){};
};
} // namespace fatrop
#endif // NLPINCLUDED

0 comments on commit ced4f62

Please sign in to comment.