- Timestamp:
- Oct 27, 2009 8:04:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/ClpSimplexDual.cpp
r1443 r1452 4989 4989 unflagVariables=false; 4990 4990 //secondaryStatus_ = 1; // and say probably infeasible 4991 // try primal 4992 problemStatus_=10; 4991 if ((moreSpecialOptions_&256)==0) { 4992 // try primal 4993 problemStatus_=10; 4994 } else { 4995 // almost certainly infeasible 4996 problemStatus_=1; 4997 } 4993 4998 #if COIN_DEVELOP>1 4994 4999 printf("returning at %d\n",__LINE__);
Note: See TracChangeset
for help on using the changeset viewer.