lemon/glpk.cc
changeset 540 9db62975c32b
parent 462 9b082b3fb33f
child 542 fc6c7aab4b8d
     1.1 --- a/lemon/glpk.cc	Thu Feb 26 09:39:02 2009 +0000
     1.2 +++ b/lemon/glpk.cc	Thu Feb 26 07:39:16 2009 +0000
     1.3 @@ -534,8 +534,8 @@
     1.4      messageLevel(MESSAGE_NO_OUTPUT);
     1.5    }
     1.6  
     1.7 -  GlpkLp* GlpkLp::_newSolver() const { return new GlpkLp; }
     1.8 -  GlpkLp* GlpkLp::_cloneSolver() const { return new GlpkLp(*this); }
     1.9 +  GlpkLp* GlpkLp::newSolver() const { return new GlpkLp; }
    1.10 +  GlpkLp* GlpkLp::cloneSolver() const { return new GlpkLp(*this); }
    1.11  
    1.12    const char* GlpkLp::_solverName() const { return "GlpkLp"; }
    1.13  
    1.14 @@ -940,8 +940,8 @@
    1.15      return glp_mip_obj_val(lp);
    1.16    }
    1.17  
    1.18 -  GlpkMip* GlpkMip::_newSolver() const { return new GlpkMip; }
    1.19 -  GlpkMip* GlpkMip::_cloneSolver() const {return new GlpkMip(*this); }
    1.20 +  GlpkMip* GlpkMip::newSolver() const { return new GlpkMip; }
    1.21 +  GlpkMip* GlpkMip::cloneSolver() const {return new GlpkMip(*this); }
    1.22  
    1.23    const char* GlpkMip::_solverName() const { return "GlpkMip"; }
    1.24