Changeset 1296
- Timestamp:
- Oct 29, 2008 9:51:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.8/Clp/src/ClpSimplexDual.cpp
r1249 r1296 4336 4336 } 4337 4337 } 4338 #ifdef CLP_INVESTIGATE 4338 4339 if (bigB>1.0e8||bigN>1.0e8) { 4339 4340 if (handler_->logLevel()>0) … … 4341 4342 numberIterations_,iBigB,bigB,iBigN,bigN); 4342 4343 } 4344 #endif 4343 4345 } 4344 4346 #if COIN_DEVELOP!=2
Note: See TracChangeset
for help on using the changeset viewer.