lemon/mip_glpk.h
changeset 2199 1229af45cc69
parent 2148 ab368e0ab662
child 2218 50f1a780a5ff
equal deleted inserted replaced
1:4b9593a69b2f 2:df6c15b5e615
    47   
    47   
    48     virtual ColTypes _colType(int col);
    48     virtual ColTypes _colType(int col);
    49     virtual void _colType(int col, ColTypes col_type);
    49     virtual void _colType(int col, ColTypes col_type);
    50     
    50     
    51     virtual LpGlpk::SolveExitStatus _solve();
    51     virtual LpGlpk::SolveExitStatus _solve();
       
    52     virtual LpGlpk::SolutionStatus _getMipStatus();
    52     virtual ParentLp::Value _getPrimal(int i);
    53     virtual ParentLp::Value _getPrimal(int i);
    53     virtual ParentLp::Value _getPrimalValue();
    54     virtual ParentLp::Value _getPrimalValue();
    54   };
    55   };
    55 
    56 
    56 } //END OF NAMESPACE LEMON
    57 } //END OF NAMESPACE LEMON