lemon/mip_glpk.h
changeset 2153 b1fb96088350
parent 2144 cd8897f67c26
child 2185 e2bf51eab7f7
equal deleted inserted replaced
0:3e93266b9172 1:4b9593a69b2f
    43     
    43     
    44     
    44     
    45     
    45     
    46   protected:
    46   protected:
    47   
    47   
    48     virtual void _integer(int c, bool enable);
    48     virtual ColTypes _colType(int col);
    49     virtual bool _integer(int c);
    49     virtual void _colType(int col, ColTypes col_type);
    50     
    50     
    51     virtual LpGlpk::SolveExitStatus _solve();
    51     virtual LpGlpk::SolveExitStatus _solve();
    52     virtual ParentLp::Value _getPrimal(int i);
    52     virtual ParentLp::Value _getPrimal(int i);
    53     virtual ParentLp::Value _getPrimalValue();
    53     virtual ParentLp::Value _getPrimalValue();
    54   };
    54   };