Bonmin  1.8.8
BONMIN_ReferenceManual.hpp
Go to the documentation of this file.
1 
2 // Main bonmin page
3 
17  In addition you will find here:
18 <ul>
19 <li> <A HREF='../Bonmin_UserManual/'> A link </A> to the html version of
20 bonmin Users manual,
21  <li> \subpage Code_structure "Code Structure" briefly presents the code and how it is interfaced to
22  <A HREF='http://www.coin-or.org/Cbc'> Cbc </A> and
23  <A HREF='http://projects.coin-or.org/Ipopt'> Ipopt </A>
24  <li> \subpage Example "Example" presents the C++ example provided and explains
25  how to interface bonmin directly with a C++ code,
26  <li> \subpage Extra "Debugging" presents some functionality of bonmin which
27  may be usefull for debugging.
28  <li> \subpage Authors, a list of the person who have contributed to this code
29  <li> <A HREF='
30 </ul>
31 </p>
32  */
33 
53 // Code structure
58 //Debuging stuff
62 //Example
71 //Directory layout.
72 
In addition you will find here