- Timestamp:
- Aug 24, 2010 10:53:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpModel.hpp
r1525 r1591 750 750 double * infeasibilityRay() const; 751 751 double * unboundedRay() const; 752 /// just test if infeasibilityRay exists 753 inline bool infeasibilityRayExists() const { 754 return (ray_!=NULL); 755 } 756 /// just delete ray if exists 757 inline void deleteRay() { 758 delete [] ray_; 759 ray_=NULL; 760 } 752 761 /// See if status (i.e. basis) array exists (partly for OsiClp) 753 762 inline bool statusExists() const {
Note: See TracChangeset
for help on using the changeset viewer.