Skip to content
Snippets Groups Projects
  • Carsten Gräser's avatar
    4fc93204
    Default implement getSol() · 4fc93204
    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.
    4fc93204
    History
    Default implement getSol()
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.