lemon/glpk.h
changeset 541 89e29e22d479
parent 540 9db62975c32b
child 542 fc6c7aab4b8d
equal deleted inserted replaced
4:e347af1ffd95 5:975fcca12155
   153     virtual VarStatus _getRowStatus(int i) const;
   153     virtual VarStatus _getRowStatus(int i) const;
   154 
   154 
   155     virtual Value _getPrimalRay(int i) const;
   155     virtual Value _getPrimalRay(int i) const;
   156     virtual Value _getDualRay(int i) const;
   156     virtual Value _getDualRay(int i) const;
   157 
   157 
   158     ///\todo It should be clarified
       
   159     ///
       
   160     virtual ProblemType _getPrimalType() const;
   158     virtual ProblemType _getPrimalType() const;
   161     virtual ProblemType _getDualType() const;
   159     virtual ProblemType _getDualType() const;
   162 
   160 
   163   public:
   161   public:
   164 
   162