Changeset 1129
- Timestamp:
- Oct 10, 2007 4:35:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/src/CbcOrClpParam.cpp
r1128 r1129 1662 1662 parameters[numberParameters-1].append("ifmove"); 1663 1663 parameters[numberParameters-1].append("forceOn"); 1664 parameters[numberParameters-1].append("forceLongOn"); 1664 1665 parameters[numberParameters-1].setLonghelp 1665 1666 ( … … 1667 1668 fashionable as LP solvers are more robust and they interact well with other cuts. They will almost always \ 1668 1669 give cuts (although in this executable they are limited as to number of variables in cut). \ 1669 However the cuts may be dense so it is worth experimenting . \1670 However the cuts may be dense so it is worth experimenting (Long allows any length). \ 1670 1671 See branchAndCut for information on options." 1671 1672 );
Note: See TracChangeset
for help on using the changeset viewer.