- Timestamp:
- Sep 1, 2010 9:55:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpModel.hpp
r1591 r1600 750 750 double * infeasibilityRay() const; 751 751 double * unboundedRay() const; 752 /// just test if infeasibility Ray exists753 inline bool infeasibilityRayExists() const {752 /// just test if infeasibility or unbounded Ray exists 753 inline bool rayExists() const { 754 754 return (ray_!=NULL); 755 755 }
Note: See TracChangeset
for help on using the changeset viewer.