lemon/mip_glpk.h
changeset 2148 ab368e0ab662
parent 2144 cd8897f67c26
child 2185 e2bf51eab7f7
     1.1 --- a/lemon/mip_glpk.h	Mon Jul 17 09:31:41 2006 +0000
     1.2 +++ b/lemon/mip_glpk.h	Mon Jul 17 11:56:17 2006 +0000
     1.3 @@ -45,8 +45,8 @@
     1.4      
     1.5    protected:
     1.6    
     1.7 -    virtual void _integer(int c, bool enable);
     1.8 -    virtual bool _integer(int c);
     1.9 +    virtual ColTypes _colType(int col);
    1.10 +    virtual void _colType(int col, ColTypes col_type);
    1.11      
    1.12      virtual LpGlpk::SolveExitStatus _solve();
    1.13      virtual ParentLp::Value _getPrimal(int i);