Changeset 1122 for stable/1.6
- Timestamp:
- Sep 26, 2007 4:59:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.6/Clp/src/ClpSimplexNonlinear.cpp
r1111 r1122 360 360 if (infeasibilityCost_<1.0e14) { 361 361 infeasibilityCost_ *= 1.5; 362 printf("increasing weight to %g\n",infeasibilityCost_); 362 if (handler_->logLevel()==63) 363 printf("increasing weight to %g\n",infeasibilityCost_); 363 364 gutsOfSolution(NULL,NULL,true); 364 365 }
Note: See TracChangeset
for help on using the changeset viewer.