equal
deleted
inserted
replaced
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 |