Skip to content

Commit

Permalink
3.14.17 doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Dec 14, 2024
1 parent ade660a commit eda421a
Show file tree
Hide file tree
Showing 1,105 changed files with 6,264 additions and 5,815 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion AmplTNLP_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
806 changes: 415 additions & 391 deletions AmplTNLP_8hpp_source.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ChangeLog_8md.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IMPL.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down Expand Up @@ -212,18 +212,18 @@ <h2><a class="anchor" id="DOWNLOAD_HSL"></a>
<li>Compile the HSL code separately either before or after the Ipopt code and use the shared library loading mechanism. See the documentation distributed with the HSL package for information on how to do so.</li>
</ul>
<dl class="section attention"><dt>Attention</dt><dd>The build system of Ipopt currently requires that MA27 is part of a HSL library, if a HSL library is provided.</dd></dl>
<p>Next to the HSL source packages, also <b>prebuild libraries</b> of HSL for macOS and Windows are available in the libHSL package from <a href="https://licences.stfc.ac.uk/product/libhsl">https://licences.stfc.ac.uk/product/libhsl</a> and the Coin-HSL package from <a href="https://licences.stfc.ac.uk/product/coin-hsl">https://licences.stfc.ac.uk/product/coin-hsl</a>. Both can be used by Ipopt when using the shared library loading mechanism described <a class="el" href="INSTALL.html#LINEARSOLVERLOADER">below</a>.</p>
<p>Next to the HSL source packages, also <b>prebuild libraries</b> of HSL for macOS and Windows are available in the libHSL package from <a href="https://licences.stfc.ac.uk/products/Software/HSL/LibHSL">https://licences.stfc.ac.uk/products/Software/HSL/LibHSL</a> and the Coin-HSL package from <a href="https://licences.stfc.ac.uk/products/Software/HSL/coinhsl">https://licences.stfc.ac.uk/products/Software/HSL/coinhsl</a>. Both can be used by Ipopt when using the shared library loading mechanism described <a class="el" href="INSTALL.html#LINEARSOLVERLOADER">below</a>.</p>
<dl class="section note"><dt>Note</dt><dd>Whereas it is essential to have at least one linear solver, the package MC19 could be omitted (with the consequence that you cannot use this method for scaling the linear systems arising inside the Ipopt algorithm). By default, MC19 is only used to scale the linear system when using one of the HSL solvers, but it can also be switched on for other linear solvers (which usually have internal scaling mechanisms). Further, also the package MA28 can be omitted, since it is used only in the experimental dependency detector, which is not used by default.</dd>
<dd>
If you are an academic or a student, we recommend you download the HSL Full package as this ensures you have access to the full range of solvers. MA57 can be considerably faster than MA27 on some problems.</dd>
<dd>
If you have a precompiled library containing the HSL codes, you can specify the directory containing the <code>CoinHslConfig.h</code> header file and the linker flags for this library with the flags <code>--with-hsl-cflags</code> and <code>--with-hsl-lflags</code> flags, respectively, when running <code>configure</code> of Ipopt (see <a class="el" href="INSTALL.html#COMPILEINSTALL">Compiling and Installing Ipopt</a>). The JuliaHSL libs can not be used with <code>--with-hsl-lflags</code>, as they do not contain the necessary header files.</dd>
If you have a precompiled library containing the HSL codes, you can specify the directory containing the <code>CoinHslConfig.h</code> header file and the linker flags for this library with the flags <code>--with-hsl-cflags</code> and <code>--with-hsl-lflags</code> flags, respectively, when running <code>configure</code> of Ipopt (see <a class="el" href="INSTALL.html#COMPILEINSTALL">Compiling and Installing Ipopt</a>). The libHSL libs can not be used with <code>--with-hsl-lflags</code>, as they do not contain the necessary header files.</dd>
<dd>
The linear solvers MA57, HSL_MA77, HSL_MA86, HSL_MA97 can make use of the matrix ordering algorithms implemented in <a href="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview">METIS</a>. ThirdParty-HSL will look automatically for a METIS installation in your system and should work with both METIS 4 and METIS 5.</dd></dl>
<h3><a class="anchor" id="LINEARSOLVERLOADER"></a>
Providing a HSL library at runtime</h3>
<p>Alternatively to linking against HSL routines when Ipopt is build, Ipopt can also load a shared library with MA27, MA57, HSL_MA77, HSL_MA86, HSL_MA97, or MC19 at runtime. This means, if you obtain one of those solvers after you compiled Ipopt, you don't need to recompile <a class="el" href="namespaceIpopt.html" title="This file contains a base class for all exceptions and a set of macros to help with exceptions.">Ipopt</a> to use it. Instead, you can just place a shared library onto your system and ensure that Ipopt can find it at runtime. Option <a class="el" href="OPTIONS.html#OPT_hsllib">hsllib</a> can be set to the name of the library from which to load HSL routines if a HSL solver is selected. The name can contain a path; otherwise, the shared library search path (e.g., <code>LD_LIBRARY_PATH</code>) will be used.</p>
<p>Prebuild HSL libraries are available from <a href="https://licences.stfc.ac.uk/product/julia-hsl">https://licences.stfc.ac.uk/product/julia-hsl</a> (see also above).</p>
<p>Prebuild HSL libraries are available from <a href="https://licences.stfc.ac.uk/products/Software/HSL/LibHSL">https://licences.stfc.ac.uk/products/Software/HSL/LibHSL</a> (see also above).</p>
<h2><a class="anchor" id="DOWNLOAD_MUMPS"></a>
MUMPS Linear Solver</h2>
<p>You can also use the (public domain) sparse linear solver MUMPS. Please visit the <a href="http://mumps.enseeiht.fr/">MUMPS home page</a> for more information about the solver. MUMPS is provided as Fortran 90 and C source code. You need to have a Fortran 90 compiler (e.g., the GNU compiler gfortran) to be able to use it.</p>
Expand Down
8 changes: 4 additions & 4 deletions INTERFACES.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down Expand Up @@ -916,8 +916,8 @@ <h3><a class="anchor" id="INTERFACE_CPP_MAIN"></a>
<div class="line"><span class="keyword">using namespace </span><a class="code hl_namespace" href="namespaceIpopt.html">Ipopt</a>;</div>
<div class="line"> </div>
<div class="line"><span class="keywordtype">int</span> <a class="code hl_class" href="classIpopt_1_1DependentResult.html">main</a>(</div>
<div class="line"> <span class="keywordtype">int</span> <span class="comment">/*argv*/</span>,</div>
<div class="line"> <span class="keywordtype">char</span>** <span class="comment">/*argc*/</span></div>
<div class="line"> <span class="keywordtype">int</span> <span class="comment">/*argc*/</span>,</div>
<div class="line"> <span class="keywordtype">char</span>** <span class="comment">/*argv*/</span></div>
<div class="line">)</div>
<div class="line">{</div>
<div class="line"> <span class="comment">// Create a new instance of your nlp</span></div>
Expand Down Expand Up @@ -1165,7 +1165,7 @@ <h3><a class="anchor" id="INTERFACE_CPP_ADDITIONAL"></a>
<div class="line"> <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
<div class="line">}</div>
<div class="ttc" id="aclassIpopt_1_1IpoptCalculatedQuantities_html"><div class="ttname"><a href="classIpopt_1_1IpoptCalculatedQuantities.html">Ipopt::IpoptCalculatedQuantities</a></div><div class="ttdoc">Class for all IPOPT specific calculated quantities.</div><div class="ttdef"><b>Definition</b> <a href="IpIpoptCalculatedQuantities_8hpp_source.html#l00086">IpIpoptCalculatedQuantities.hpp:87</a></div></div>
<div class="ttc" id="aclassIpopt_1_1IpoptData_html"><div class="ttname"><a href="classIpopt_1_1IpoptData.html">Ipopt::IpoptData</a></div><div class="ttdoc">Class to organize all the data required by the algorithm.</div><div class="ttdef"><b>Definition</b> <a href="IpIpoptData_8hpp_source.html#l00097">IpIpoptData.hpp:98</a></div></div>
<div class="ttc" id="aclassIpopt_1_1IpoptData_html"><div class="ttname"><a href="classIpopt_1_1IpoptData.html">Ipopt::IpoptData</a></div><div class="ttdoc">Class to organize all the data required by the algorithm.</div><div class="ttdef"><b>Definition</b> <a href="IpIpoptData_8hpp_source.html#l00100">IpIpoptData.hpp:101</a></div></div>
<div class="ttc" id="anamespaceIpopt_html_a5a4a27f325033a0e5d85a4ebc4038b57"><div class="ttname"><a href="namespaceIpopt.html#a5a4a27f325033a0e5d85a4ebc4038b57">Ipopt::Index</a></div><div class="ttdeci">ipindex Index</div><div class="ttdoc">Type of all indices of vectors, matrices etc.</div><div class="ttdef"><b>Definition</b> <a href="IpTypes_8hpp_source.html#l00020">IpTypes.hpp:20</a></div></div>
<div class="ttc" id="anamespaceIpopt_html_ab75ce5f2ad60aa86e4dff723998e653f"><div class="ttname"><a href="namespaceIpopt.html#ab75ce5f2ad60aa86e4dff723998e653f">Ipopt::Number</a></div><div class="ttdeci">ipnumber Number</div><div class="ttdoc">Type of all numbers.</div><div class="ttdef"><b>Definition</b> <a href="IpTypes_8hpp_source.html#l00017">IpTypes.hpp:17</a></div></div>
</div><!-- fragment --><p><a class="el" href="classIpopt_1_1TNLP.html#a3e840dddefbe48a048d213bd02b39854">Ipopt::TNLP::get_scaling_parameters</a></p>
Expand Down
2 changes: 1 addition & 1 deletion IpAdaptiveMuUpdate_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IpAdaptiveMuUpdate_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IpAlgBuilder_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IpAlgBuilder_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IpAlgStrategy_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
6 changes: 3 additions & 3 deletions IpAlgStrategy_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down Expand Up @@ -285,15 +285,15 @@
<div class="ttc" id="aclassIpopt_1_1AlgorithmStrategyObject_html_aea25a150f7488885653c082eca5dab45"><div class="ttname"><a href="classIpopt_1_1AlgorithmStrategyObject.html#aea25a150f7488885653c082eca5dab45">Ipopt::AlgorithmStrategyObject::~AlgorithmStrategyObject</a></div><div class="ttdeci">virtual ~AlgorithmStrategyObject()</div><div class="ttdoc">Destructor.</div><div class="ttdef"><b>Definition</b> <a href="IpAlgStrategy_8hpp_source.html#l00045">IpAlgStrategy.hpp:45</a></div></div>
<div class="ttc" id="aclassIpopt_1_1AlgorithmStrategyObject_html_af2d972f86eec83a96682bd6741a1d265"><div class="ttname"><a href="classIpopt_1_1AlgorithmStrategyObject.html#af2d972f86eec83a96682bd6741a1d265">Ipopt::AlgorithmStrategyObject::AlgorithmStrategyObject</a></div><div class="ttdeci">AlgorithmStrategyObject()</div><div class="ttdoc">Default Constructor.</div><div class="ttdef"><b>Definition</b> <a href="IpAlgStrategy_8hpp_source.html#l00040">IpAlgStrategy.hpp:40</a></div></div>
<div class="ttc" id="aclassIpopt_1_1IpoptCalculatedQuantities_html"><div class="ttname"><a href="classIpopt_1_1IpoptCalculatedQuantities.html">Ipopt::IpoptCalculatedQuantities</a></div><div class="ttdoc">Class for all IPOPT specific calculated quantities.</div><div class="ttdef"><b>Definition</b> <a href="IpIpoptCalculatedQuantities_8hpp_source.html#l00086">IpIpoptCalculatedQuantities.hpp:87</a></div></div>
<div class="ttc" id="aclassIpopt_1_1IpoptData_html"><div class="ttname"><a href="classIpopt_1_1IpoptData.html">Ipopt::IpoptData</a></div><div class="ttdoc">Class to organize all the data required by the algorithm.</div><div class="ttdef"><b>Definition</b> <a href="IpIpoptData_8hpp_source.html#l00097">IpIpoptData.hpp:98</a></div></div>
<div class="ttc" id="aclassIpopt_1_1IpoptData_html"><div class="ttname"><a href="classIpopt_1_1IpoptData.html">Ipopt::IpoptData</a></div><div class="ttdoc">Class to organize all the data required by the algorithm.</div><div class="ttdef"><b>Definition</b> <a href="IpIpoptData_8hpp_source.html#l00100">IpIpoptData.hpp:101</a></div></div>
<div class="ttc" id="aclassIpopt_1_1IpoptNLP_html"><div class="ttname"><a href="classIpopt_1_1IpoptNLP.html">Ipopt::IpoptNLP</a></div><div class="ttdoc">This is the abstract base class for classes that map the traditional NLP into something that is more ...</div><div class="ttdef"><b>Definition</b> <a href="IpIpoptNLP_8hpp_source.html#l00035">IpIpoptNLP.hpp:36</a></div></div>
<div class="ttc" id="aclassIpopt_1_1Journalist_html"><div class="ttname"><a href="classIpopt_1_1Journalist.html">Ipopt::Journalist</a></div><div class="ttdoc">Class responsible for all message output.</div><div class="ttdef"><b>Definition</b> <a href="IpJournalist_8hpp_source.html#l00116">IpJournalist.hpp:117</a></div></div>
<div class="ttc" id="aclassIpopt_1_1OptionsList_html"><div class="ttname"><a href="classIpopt_1_1OptionsList.html">Ipopt::OptionsList</a></div><div class="ttdoc">This class stores a list of user set options.</div><div class="ttdef"><b>Definition</b> <a href="IpOptionsList_8hpp_source.html#l00032">IpOptionsList.hpp:33</a></div></div>
<div class="ttc" id="aclassIpopt_1_1ReferencedObject_html"><div class="ttname"><a href="classIpopt_1_1ReferencedObject.html">Ipopt::ReferencedObject</a></div><div class="ttdoc">Storing the reference count of all the smart pointers that currently reference it.</div><div class="ttdef"><b>Definition</b> <a href="IpReferenced_8hpp_source.html#l00169">IpReferenced.hpp:170</a></div></div>
<div class="ttc" id="aclassIpopt_1_1SmartPtr_html"><div class="ttname"><a href="classIpopt_1_1SmartPtr.html">Ipopt::SmartPtr</a></div><div class="ttdoc">Template class for Smart Pointers.</div><div class="ttdef"><b>Definition</b> <a href="IpSmartPtr_8hpp_source.html#l00164">IpSmartPtr.hpp:165</a></div></div>
<div class="ttc" id="aconfig__default_8h_html_a58bb5c104ee5ff44b7175fc992d89b0b"><div class="ttname"><a href="config__default_8h.html#a58bb5c104ee5ff44b7175fc992d89b0b">IPOPTLIB_EXPORT</a></div><div class="ttdeci">#define IPOPTLIB_EXPORT</div><div class="ttdef"><b>Definition</b> <a href="config__default_8h_source.html#l00010">config_default.h:10</a></div></div>
<div class="ttc" id="anamespaceIpopt_html"><div class="ttname"><a href="namespaceIpopt.html">Ipopt</a></div><div class="ttdoc">This file contains a base class for all exceptions and a set of macros to help with exceptions.</div><div class="ttdef"><b>Definition</b> <a href="IpInexactAlgBuilder_8hpp_source.html#l00013">IpInexactAlgBuilder.hpp:14</a></div></div>
<div class="ttc" id="anamespaceIpopt_html_a412b04fd3180a55969ff76224d5bfec6"><div class="ttname"><a href="namespaceIpopt.html#a412b04fd3180a55969ff76224d5bfec6">Ipopt::IsValid</a></div><div class="ttdeci">bool IsValid(const SmartPtr&lt; U &gt; &amp;smart_ptr)</div><div class="ttdef"><b>Definition</b> <a href="IpSmartPtr_8hpp_source.html#l00672">IpSmartPtr.hpp:672</a></div></div>
<div class="ttc" id="anamespaceIpopt_html_a412b04fd3180a55969ff76224d5bfec6"><div class="ttname"><a href="namespaceIpopt.html#a412b04fd3180a55969ff76224d5bfec6">Ipopt::IsValid</a></div><div class="ttdeci">bool IsValid(const SmartPtr&lt; U &gt; &amp;smart_ptr)</div><div class="ttdef"><b>Definition</b> <a href="IpSmartPtr_8hpp_source.html#l00673">IpSmartPtr.hpp:673</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion IpAlgTypes_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IpAlgTypes_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IpAlgorithmRegOp_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IpAlgorithmRegOp_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
2 changes: 1 addition & 1 deletion IpAugRestoSystemSolver_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr style="height: 40px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Ipopt Documentation
&#160;<!--span id="projectnumber">3.14.15</span-->
&#160;<!--span id="projectnumber">3.14.17</span-->
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
Expand Down
Loading

0 comments on commit eda421a

Please sign in to comment.