Use only shared pointers for Problem.
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.
Please register or sign in to comment
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.