Skip to content

Commit

Permalink
linesearch-base.hpp : add reset()
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Oct 23, 2024
1 parent 7258b2b commit 78833d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/proxsuite-nlp/linesearch-base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ template <typename T> class Linesearch {
const Linesearch::Options &options() const { return options_; }
void setOptions(const Linesearch::Options &options) { options_ = options; }

void reset() {}

private:
Linesearch::Options options_;
};
Expand Down

0 comments on commit 78833d1

Please sign in to comment.