equal
deleted
inserted
replaced
203 ///\e |
203 ///\e |
204 virtual MipSkeleton* cloneSolver() const; |
204 virtual MipSkeleton* cloneSolver() const; |
205 |
205 |
206 protected: |
206 protected: |
207 ///\e |
207 ///\e |
208 |
|
209 ///\bug Wrong interface |
|
210 /// |
|
211 virtual SolveExitStatus _solve(); |
208 virtual SolveExitStatus _solve(); |
212 |
209 |
213 ///\e |
210 ///\e |
214 |
|
215 ///\bug Wrong interface |
|
216 /// |
|
217 virtual Value _getSol(int i) const; |
211 virtual Value _getSol(int i) const; |
218 |
212 |
219 ///\e |
213 ///\e |
220 |
|
221 ///\bug Wrong interface |
|
222 /// |
|
223 virtual Value _getSolValue() const; |
214 virtual Value _getSolValue() const; |
224 |
215 |
225 ///\e |
216 ///\e |
226 |
|
227 ///\bug Wrong interface |
|
228 /// |
|
229 virtual ProblemType _getType() const; |
217 virtual ProblemType _getType() const; |
230 |
218 |
231 ///\e |
219 ///\e |
232 virtual const char* _solverName() const; |
220 virtual const char* _solverName() const; |
233 }; |
221 }; |