Skip to content
  • Florent Lamiraux's avatar
    Use only shared pointers for Problem. · 15c12b02
    Florent Lamiraux authored
      Constructors that used to take const Problem& as input now take
      const ProblemConstPtr_t.
      Classes that used to store a const Problem& now store a
      ProblemConstWkPtr_t.
    15c12b02