-
Carsten Gräser authored
This is the first step towards getting rid of the infamous getSol() method which has several problems: It returns a copy, it's non-const, it allows that iteration steps bypass the x_ member which is dedicated to storing the iterate. Having the default implementation allows to remove the implementation of this method from most interation steps.
Carsten Gräser authoredThis is the first step towards getting rid of the infamous getSol() method which has several problems: It returns a copy, it's non-const, it allows that iteration steps bypass the x_ member which is dedicated to storing the iterate. Having the default implementation allows to remove the implementation of this method from most interation steps.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.