Changeset 1795 for stable/2.7
- Timestamp:
- Sep 3, 2012 8:58:59 AM (8 years ago)
- Location:
- stable/2.7/Cbc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.7/Cbc
- Property svn:mergeinfo changed
/trunk/Cbc merged: 1794
- Property svn:mergeinfo changed
-
stable/2.7/Cbc/src/CbcModel.hpp
r1779 r1795 1176 1176 Returns objective value (worse than cutoff if not feasible) 1177 1177 Previously computed objective value is now passed in (in case user does not do solve) 1178 */ 1179 double checkSolution(double cutoff, double * solution, 1178 virtual so user can override 1179 */ 1180 virtual double checkSolution(double cutoff, double * solution, 1180 1181 int fixVariables, double originalObjValue); 1181 1182 /** Test the current solution for feasiblility. … … 1841 1842 1842 1843 /// Destructor 1843 ~CbcModel ();1844 virtual ~CbcModel (); 1844 1845 1845 1846 /// Returns solver - has current state
Note: See TracChangeset
for help on using the changeset viewer.