-
- Downloads
Default implement getSol()
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.