1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 1. |
---|
2 | Introduction |
---|
3 | </title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="CLP User Guide"><link rel="up" href="index.html" title="CLP User Guide"><link rel="prev" href="index.html" title="CLP User Guide"><link rel="next" href="ch01s02.html" title=" |
---|
4 | Prerequisites |
---|
5 | "></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">Chapter 1. |
---|
6 | Introduction |
---|
7 | </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="intro"></a>Chapter 1. |
---|
8 | Introduction |
---|
9 | </h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01.html#id4704440"> |
---|
10 | Welcome to CLP! |
---|
11 | </a></span></dt><dt><span class="section"><a href="ch01s02.html"> |
---|
12 | Prerequisites |
---|
13 | </a></span></dt></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id4704440"></a> |
---|
14 | Welcome to CLP! |
---|
15 | </h2></div></div></div><p> |
---|
16 | The COIN Linear Program code or CLP is an open-source simplex solver written |
---|
17 | in C++. It is primarily meant to be used as a callable library, but a |
---|
18 | basic, stand-alone <a href="ch05.html" title="Chapter 5. |
---|
19 | The CLP Executable |
---|
20 | ">executable</a> version is also |
---|
21 | available. |
---|
22 | </p><p> |
---|
23 | There are a number of resources available to help new CLP users get started. |
---|
24 | This document is designed to be used in conjunction with the files in the |
---|
25 | Samples subdirectory of the main CLP directory (<tt class="filename">COIN/Clp/Samples</tt>). |
---|
26 | The Samples illustrate how to use CLP and may also serve as useful starting points |
---|
27 | for user projects. In the rare event that either this document or the available |
---|
28 | <a href="apb.html" title="Appendix B. Doxygen">Doxygen content</a> conflicts with the observed |
---|
29 | behavior of the source code, the comments in the header files, found in |
---|
30 | <tt class="filename">COIN/Clp/include</tt>, are the ultimate reference. |
---|
31 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.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="ch01s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">CLP User Guide </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> |
---|
32 | Prerequisites |
---|
33 | </td></tr></table></div></body></html> |
---|