1 | <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title>Chapter 2. |
---|
3 | The CBC Model Class |
---|
4 | </title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"/><link rel="home" href="index.html" title="CBC User Guide"/><link rel="up" href="index.html" title="CBC User Guide"/><link rel="previous" href="ch01s04.html" title=" Branch-and-Cut Overview "/><link rel="next" href="ch02s02.html" title=" Simple Branch-and-Bound Example "/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. |
---|
5 | The CBC Model Class |
---|
6 | </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr/></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="cbcmodelclass"/>Chapter 2. |
---|
7 | The CBC Model Class |
---|
8 | </h2></div></div><div/></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="ch02.html#hierarchy"> |
---|
9 | Overview |
---|
10 | </a></dt><dt><a href="ch02s02.html"> |
---|
11 | Simple Branch-and-Bound Example |
---|
12 | </a></dt><dt><a href="ch02s03.html"> |
---|
13 | The Relationship Between OSI and CBC |
---|
14 | </a></dt><dt><a href="ch02s04.html"> |
---|
15 | Getting Solution Information |
---|
16 | </a></dt><dt><a href="ch02s05.html"> |
---|
17 | Useful Set and Get Methods in CbcModel |
---|
18 | </a></dt><dt><a href="ch02s06.html"> |
---|
19 | Impacting the Solution Process |
---|
20 | </a></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="hierarchy"/> |
---|
21 | Overview |
---|
22 | </h2></div></div><div/></div><p> |
---|
23 | The main class in CBC is <tt class="classname">CbcModel</tt>. The <tt class="classname">CbcModel</tt> class is where most |
---|
24 | of the parameter setting is done. The absolute minimum number of actions taken with <tt class="classname">CbcModel</tt> is two, |
---|
25 | </p><div class="itemizedlist"><ul type="disc"><li> |
---|
26 | <tt class="function">CbcModel(OsiSolverInterface & linearSolver)</tt> as constructor, and |
---|
27 | </li><li> |
---|
28 | <tt class="function">branchAndBound()</tt> for solving the problem. |
---|
29 | </li></ul></div><p> |
---|
30 | </p></div></div><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> |
---|
31 | Branch-and-Cut Overview |
---|
32 | </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> |
---|
33 | Simple Branch-and-Bound Example |
---|
34 | </td></tr></table></div></body></html> |
---|