Changeset 164
- Timestamp:
- Sep 19, 2005 1:48:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/CbcModel.hpp
r162 r164 639 639 inline int status() const 640 640 { return status_;}; 641 /** Secondary status of problem 642 -1 unset (status_ will also be -1) 643 0 search completed with solution 644 1 linear relaxation not feasible (or worse than cutoff) 645 2 stopped on gap 646 3 stopped on nodes 647 4 stopped on time 648 5 stopped on user event 649 6 stopped on solutions 650 */ 651 inline int secondaryStatus() const 652 { return secondaryStatus_;}; 641 653 /// Are there numerical difficulties (for initialSolve) ? 642 654 bool isInitialSolveAbandoned() const ;
Note: See TracChangeset
for help on using the changeset viewer.