- Timestamp:
- Jul 16, 2007 2:03:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/src/CbcGenOsiParamUtils.cpp
r640 r691 183 183 osi->setIntParam(OsiMaxNumIteration,1000000) ; 184 184 osi->setIntParam(OsiMaxNumIterationHotStart,1000) ; 185 osi->setIntParam(OsiNameDiscipline,1) ;185 result=osi->setIntParam(OsiNameDiscipline,1) ; 186 186 if (!result) 187 187 { result = osi->setIntParam(OsiNameDiscipline,0) ; }
Note: See TracChangeset
for help on using the changeset viewer.