Codebase list cppad / upstream/2015.00.00.7 doc / ipopt_prefix.xml
upstream/2015.00.00.7

Tree @upstream/2015.00.00.7 (Download .tar.gz)

ipopt_prefix.xml @upstream/2015.00.00.7raw · history · blame

<?xml version='1.0'?>
<html xmlns='http://www.w3.org/1999/xhtml'
      xmlns:math='http://www.w3.org/1998/Math/MathML'
>
<head>
<title>Including the cppad_ipopt Library and Tests</title>
<meta http-equiv='Content-Type' content='text/html' charset='utf-8'/>
<meta name="description" id="description" content="Including the cppad_ipopt Library and Tests"/>
<meta name="keywords" id="keywords" content=" including the cppad_ipopt library and tests ipopt cppad purpose ipopt_prefix prefix examples example get_ipopt get "/>
<style type='text/css'>
body { color : black }
body { background-color : white }
A:link { color : blue }
A:visited { color : purple }
A:active { color : purple }
</style>
<script type='text/javascript' language='JavaScript' src='_ipopt_prefix_xml.js'>
</script>
</head>
<body>
<table><tr>
<td>
<a href="http://www.coin-or.org/CppAD/" target="_top"><img border="0" src="_image.gif"/></a>
</td>
<td><a href="get_fadbad.sh.xml" target="_top">Prev</a>
</td><td><a href="get_ipopt.sh.xml" target="_top">Next</a>
</td><td>
<select onchange='choose_across0(this)'>
<option>Index-&gt;</option>
<option>contents</option>
<option>reference</option>
<option>index</option>
<option>search</option>
<option>external</option>
</select>
</td>
<td>
<select onchange='choose_up0(this)'>
<option>Up-&gt;</option>
<option>CppAD</option>
<option>Install</option>
<option>cmake</option>
<option>ipopt_prefix</option>
</select>
</td>
<td>
<select onchange='choose_down3(this)'>
<option>CppAD-&gt;</option>
<option>Install</option>
<option>Introduction</option>
<option>AD</option>
<option>ADFun</option>
<option>preprocessor</option>
<option>multi_thread</option>
<option>library</option>
<option>ipopt_solve</option>
<option>Example</option>
<option>speed</option>
<option>Appendix</option>
</select>
</td>
<td>
<select onchange='choose_down2(this)'>
<option>Install-&gt;</option>
<option>download</option>
<option>cmake</option>
<option>cmake_check</option>
<option>pkgconfig</option>
<option>InstallUnix</option>
</select>
</td>
<td>
<select onchange='choose_down1(this)'>
<option>cmake-&gt;</option>
<option>adolc_prefix</option>
<option>colpack_prefix</option>
<option>eigen_prefix</option>
<option>fadbad_prefix</option>
<option>ipopt_prefix</option>
<option>sacado_prefix</option>
<option>cppad_testvector</option>
</select>
</td>
<td>
<select onchange='choose_down0(this)'>
<option>ipopt_prefix-&gt;</option>
<option>get_ipopt.sh</option>
</select>
</td>
<td>
<select onchange='choose_current0(this)'>
<option>Headings-&gt;</option>
<option>Purpose</option>
<option>ipopt_prefix</option>
<option>Examples and Tests</option>
<option>get_ipopt</option>
</select>
</td>
</tr></table><br/>




<center><b><big><big>Including the cppad_ipopt Library and Tests</big></big></b></center>
<br/>
<b><big><a name="Purpose" id="Purpose">Purpose</a></big></b>
<br/>
Includes the <a href="cppad_ipopt_nlp.xml" target="_top"><span style='white-space: nowrap'>cppad_ipopt_nlp</span></a>
  
example and tests as well as installing the <code><font color="blue">cppad_ipopt</font></code> library
during the <code><font color="blue">make install</font></code> step. 


<br/>
<br/>
<b><big><a name="ipopt_prefix" id="ipopt_prefix">ipopt_prefix</a></big></b>


<br/>
If you have
<a href="http://www.coin-or.org/projects/Ipopt.xml" target="_top"><span style='white-space: nowrap'>Ipopt</span></a>

installed on your system, you can 
specify the value for 
<code><i><font color="black"><span style='white-space: nowrap'>ipopt_prefix</span></font></i></code>
 on the
<a href="cmake.xml" target="_top"><span style='white-space: nowrap'>cmake</span></a>
 command line.
The value of 
<code><i><font color="black"><span style='white-space: nowrap'>ipopt_prefix</span></font></i></code>
 must be such that,
for one of the directories 
<code><i><font color="black"><span style='white-space: nowrap'>dir</span></font></i></code>
 in
<a href="cmake.xml#cmake_install_includedirs" target="_top"><span style='white-space: nowrap'>cmake_install_includedirs</span></a>
,

<code><font color="blue"><span style='white-space: nowrap'><br/>
&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;</span></font><i><font color="black"><span style='white-space: nowrap'>ipopt_prefix</span></font></i><font color="blue"><span style='white-space: nowrap'>/</span></font><i><font color="black"><span style='white-space: nowrap'>dir</span></font></i><font color="blue"><span style='white-space: nowrap'>/coin/IpIpoptApplication.hpp<br/>
</span></font></code>
is a valid way to reference to the include file 
<code><font color="blue">IpIpoptApplication.hpp</font></code>.

<br/>
<br/>
<b><big><a name="Examples and Tests" id="Examples and Tests">Examples and Tests</a></big></b>


<br/>
If you include 
<code><i><font color="black"><span style='white-space: nowrap'>ipopt_prefix</span></font></i></code>
 on the <a href="cmake.xml" target="_top"><span style='white-space: nowrap'>cmake</span></a>
 command line,
you will be able to run the Ipopt examples and tests 
by executing the following commands starting in the
<a href="download.xml#Distribution Directory" target="_top"><span style='white-space: nowrap'>distribution&#xA0;directory</span></a>
:

<code><font color="blue"><span style='white-space: nowrap'><br/>
&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;cd&#xA0;cppad_ipopt<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;make&#xA0;check_ipopt<br/>
</span></font></code>
<br/>
<b><big><a name="get_ipopt" id="get_ipopt">get_ipopt</a></big></b>


<br/>
If you are using Unix, you can download and install
a copy of Ipopt using <a href="get_ipopt.sh.xml" target="_top"><span style='white-space: nowrap'>get_ipopt.sh</span></a>
.
The corresponding 
<code><i><font color="black"><span style='white-space: nowrap'>ipopt_prefix</span></font></i></code>
 would be
<code><font color="blue">build/prefix</font></code>.


<hr/>Input File: omh/install/ipopt_prefix.omh

</body>
</html>