lemon/mip_cplex.h
changeset 2368 6b2e8b734ae7
parent 2219 c263168e0964
child 2370 ed6539025f27
equal deleted inserted replaced
0:43c9b86f7620 1:9a040de6e7fa
    45     
    45     
    46 
    46 
    47     
    47     
    48   protected:
    48   protected:
    49   
    49   
    50     virtual ColTypes _colType(int col);
    50     virtual ColTypes _colType(int col) const;
    51     virtual void _colType(int col, ColTypes col_type);
    51     virtual void _colType(int col, ColTypes col_type);
    52     
    52     
    53     virtual LpCplex::SolveExitStatus _solve();
    53     virtual LpCplex::SolveExitStatus _solve();
    54     virtual LpCplex::SolutionStatus _getMipStatus();
    54     virtual LpCplex::SolutionStatus _getMipStatus() const;
    55     virtual ParentLp::Value _getPrimal(int i);
    55     virtual ParentLp::Value _getPrimal(int i) const;
    56     virtual ParentLp::Value _getPrimalValue();
    56     virtual ParentLp::Value _getPrimalValue() const;
    57   };
    57   };
    58 
    58 
    59 } //END OF NAMESPACE LEMON
    59 } //END OF NAMESPACE LEMON
    60 
    60 
    61 #endif // END OF LEMON_MIP_CPLEX_H
    61 #endif // END OF LEMON_MIP_CPLEX_H