-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cbc8957
Showing
462 changed files
with
47,403 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" data-content_root="../"> | ||
<head> | ||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>API — idol</title> | ||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=82a976d7" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" /> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/pseudocode@latest/build/pseudocode.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/design.css?v=001d8c66" /> | ||
|
||
|
||
<link rel="canonical" href="https://hlefebvr.github.io/idol/.api/index.html" /> | ||
<!--[if lt IE 9]> | ||
<script src="../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="../_static/documentation_options.js?v=5929fcd5"></script> | ||
<script src="../_static/doctools.js?v=888ff710"></script> | ||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="../_static/clipboard.min.js?v=a7894cd8"></script> | ||
<script src="../_static/copybutton.js?v=f281be69"></script> | ||
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script> | ||
<script>mermaid.initialize({"startOnLoad": true})</script> | ||
<script src="https://cdn.jsdelivr.net/npm/pseudocode@latest/build/pseudocode.min.js"></script> | ||
<script src="../_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="../genindex.html" /> | ||
<link rel="search" title="Search" href="../search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="../index.html" class="icon icon-home"> | ||
idol | ||
</a> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../tutorials/index.html">Tutorials</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../api/index.html">API</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../examples/index.html">Examples</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../developer_guide/index.html">Developer guide</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../references.html">References</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../index.html">idol</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content style-external-links"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">API</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="../_sources/.api/index.rst.txt" rel="nofollow"> View page source</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<section id="api"> | ||
<span id="id1"></span><h1>API<a class="headerlink" href="#api" title="Link to this heading"></a></h1> | ||
<div class="toctree-wrapper compound"> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="optimizers/index.html">Optimizers</a><ul> | ||
<li class="toctree-l2"><a class="reference internal" href="optimizers/robust-optimization/index.html">Robust Optimization</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="optimizers/robust-optimization/column-and-constraint-generation/index.html">Column-and-Constraint Generation</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="problems/index.html">Problems</a><ul> | ||
<li class="toctree-l2"><a class="reference internal" href="problems/ProblemsFLP.html">Facility Location Problem (FLP)</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="problems/ProblemsFLP.html#_CPPv4N4idol8Problems3FLPE"><code class="docutils literal notranslate"><span class="pre">FLP</span></code></a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l2"><a class="reference internal" href="problems/ProblemsGAP.html">Generalized Assignment Problem (GAP)</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="problems/ProblemsGAP.html#_CPPv4N4idol8Problems3GAPE"><code class="docutils literal notranslate"><span class="pre">GAP</span></code></a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l2"><a class="reference internal" href="problems/ProblemsKP.html">Knapsack Problem (KP)</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="problems/ProblemsKP.html#_CPPv4N4idol8Problems2KPE"><code class="docutils literal notranslate"><span class="pre">KP</span></code></a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l2"><a class="reference internal" href="problems/ProblemsMKP.html">Multiple Knapsack Problem (MKP)</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="problems/ProblemsMKP.html#_CPPv4N4idol8Problems3MKPE"><code class="docutils literal notranslate"><span class="pre">MKP</span></code></a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l2"><a class="reference internal" href="problems/ProblemsSRP.html">Staff Rostering Problem (SRP)</a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="problems/ProblemsSRP.html#_CPPv4N4idol8Problems3SRPE"><code class="docutils literal notranslate"><span class="pre">SRP</span></code></a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="tolerances.html">Tolerances and Numerics</a><ul> | ||
<li class="toctree-l2"><a class="reference internal" href="tolerances.html#_CPPv44idol"><code class="docutils literal notranslate"><span class="pre">idol</span></code></a><ul> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol10is_pos_infEd"><code class="docutils literal notranslate"><span class="pre">idol::is_pos_inf()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol10is_neg_infEd"><code class="docutils literal notranslate"><span class="pre">idol::is_neg_inf()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol6is_infEd"><code class="docutils literal notranslate"><span class="pre">idol::is_inf()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol6equalsEddd"><code class="docutils literal notranslate"><span class="pre">idol::equals()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol12relative_gapEdd"><code class="docutils literal notranslate"><span class="pre">idol::relative_gap()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol12absolute_gapEdd"><code class="docutils literal notranslate"><span class="pre">idol::absolute_gap()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol10is_integerEdd"><code class="docutils literal notranslate"><span class="pre">idol::is_integer()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol5roundEdj"><code class="docutils literal notranslate"><span class="pre">idol::round()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol23multiply_with_precisionEddj"><code class="docutils literal notranslate"><span class="pre">idol::multiply_with_precision()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol38multiply_with_precision_by_power_of_10Edjj"><code class="docutils literal notranslate"><span class="pre">idol::multiply_with_precision_by_power_of_10()</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol3InfE"><code class="docutils literal notranslate"><span class="pre">idol::Inf</span></code></a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="tolerances.html#_CPPv4N4idol9ToleranceE"><code class="docutils literal notranslate"><span class="pre">idol::Tolerance</span></code></a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2023, Henri Lefebvre.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.