- Timestamp:
- Sep 3, 2012 6:54:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcModel.hpp
r1791 r1794 1179 1179 Returns objective value (worse than cutoff if not feasible) 1180 1180 Previously computed objective value is now passed in (in case user does not do solve) 1181 */ 1182 double checkSolution(double cutoff, double * solution, 1181 virtual so user can override 1182 */ 1183 virtual double checkSolution(double cutoff, double * solution, 1183 1184 int fixVariables, double originalObjValue); 1184 1185 /** Test the current solution for feasiblility. … … 1846 1847 1847 1848 /// Destructor 1848 ~CbcModel ();1849 virtual ~CbcModel (); 1849 1850 1850 1851 /// Returns solver - has current state
Note: See TracChangeset
for help on using the changeset viewer.