- Timestamp:
- Dec 3, 2012 11:31:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/README
r1803 r1825 30 30 1. Introduced new secondaryStatus 8 to indicate that solving stopped due to an iteration limit. 31 31 32 2. Solution pool is now accessible via the command line and the CbcMain* interface. 32 2. Solution pool is now accessible via the command line and the CbcMain* interface, but 33 you need to configure and compile with CXXDEFS=-DKEEP_POSTPROCESS. 33 34 34 3. New classes for providing start solutions have been added. 35 3. New mipstart option to read an initial feasible solution from a file. Only values for discrete 36 variables need to be provided. 35 37 36 38 4. Added Proximity Search heuristic by Fischetti and Monaci (off by default):
Note: See TracChangeset
for help on using the changeset viewer.