lemon/mip_glpk.h
changeset 2366 bfbdded3763a
parent 2218 50f1a780a5ff
child 2370 ed6539025f27
equal deleted inserted replaced
3:a54bf10491bb 4:941c3ca48b31
    43     
    43     
    44     
    44     
    45     
    45     
    46   protected:
    46   protected:
    47   
    47   
    48     virtual ColTypes _colType(int col);
    48     virtual ColTypes _colType(int col) const;
    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 LpGlpk::SolutionStatus _getMipStatus() const;
    53     virtual ParentLp::Value _getPrimal(int i);
    53     virtual ParentLp::Value _getPrimal(int i) const;
    54     virtual ParentLp::Value _getPrimalValue();
    54     virtual ParentLp::Value _getPrimalValue() const;
    55   };
    55   };
    56 
    56 
    57 } //END OF NAMESPACE LEMON
    57 } //END OF NAMESPACE LEMON
    58 
    58 
    59 #endif // END OF LEMON_MIP_GLPK_H
    59 #endif // END OF LEMON_MIP_GLPK_H