Changeset 120 for trunk/Docs/moresamples.xml
- Timestamp:
- May 3, 2005 9:03:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Docs/moresamples.xml
r113 r120 35 35 <entry align="left" valign="top"> 36 36 This is a CBC "Hello, world" program. It reads a problem 37 in MPS file format, and solves the problem .37 in MPS file format, and solves the problem using simple branch-and-bound. 38 38 </entry> 39 39 </row> … … 45 45 This is designed to be a file that a user could modify to get a useful 46 46 driver program for his or her project. In particular, it demonstrates 47 the use of C gl's preprocess functionality.47 the use of CGL's preprocess functionality. 48 48 It uses <function>CbcBranchUser.cpp</function>, 49 49 <function>CbcCompareUser.cpp</function> and … … 100 100 </entry> 101 101 <entry align="left" valign="top"> 102 This solves a quadratic mip. It is to show advanced use of a solver.102 This solves a quadratic MIP. It is to show advanced use of a solver. 103 103 The solver is given in <function>ClpQuadInterface.hpp</function> and 104 104 <function>ClpQuadInterface.cpp</function>. … … 113 113 </entry> 114 114 <entry align="left" valign="top"> 115 This artificially creates a Special Ordered set problem.115 This artificially creates a Special Ordered Set problem. 116 116 </entry> 117 117 </row> … … 121 121 </entry> 122 122 <entry align="left" valign="top"> 123 This artificially creates a lot sizing problem.123 This artificially creates a Lot Sizing problem. 124 124 </entry> 125 125 </row>
Note: See TracChangeset
for help on using the changeset viewer.