1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title> |
---|
2 | Prerequisites |
---|
3 | </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="ch01.html" title="Chapter 1. |
---|
4 | Introduction |
---|
5 | "><link rel="previous" href="ch01.html" title="Chapter 1. |
---|
6 | Introduction |
---|
7 | "><link rel="next" href="ch02.html" title="Chapter 2. |
---|
8 | Basic Model Classes |
---|
9 | "></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"> |
---|
10 | Prerequisites |
---|
11 | </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td><th width="60%" align="center">Chapter 1. |
---|
12 | Introduction |
---|
13 | </th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2896885"></a> |
---|
14 | Prerequisites |
---|
15 | </h2></div></div><div></div></div><p> |
---|
16 | CBC is written in C++, so it is expected that users of CBC will be writing |
---|
17 | C++ programs which use CBC as a library. Thus a working knowledge of |
---|
18 | <a href="http://www.cplusplus.com/doc/tutorial/" target="_top">C++</a>, including basic |
---|
19 | object-oriented programming terminology is assumed in this document. In |
---|
20 | addition, the user should be familiar with the fundamental concepts of |
---|
21 | <a href="http://carbon.cudenver.edu/~hgreenbe/courseware/LPshort/intro.html" target="_top"> |
---|
22 | Linear Programming</a> and |
---|
23 | <a href="http://carbon.cudenver.edu/~hgreenbe/courseware/MIP/intro.html" target="_top"> |
---|
24 | Mixed Integer Programming (may need better linke)</a> . |
---|
25 | </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 1. |
---|
26 | Introduction |
---|
27 | </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. |
---|
28 | Basic Model Classes |
---|
29 | </td></tr></table></div></body></html> |
---|