index.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Overview: module code &mdash; macop v0.1.3 documentation</title>
  8. <script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
  9. <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
  10. <script type="text/javascript" src="../_static/jquery.js"></script>
  11. <script type="text/javascript" src="../_static/underscore.js"></script>
  12. <script type="text/javascript" src="../_static/doctools.js"></script>
  13. <script type="text/javascript" src="../_static/language_data.js"></script>
  14. <script type="text/javascript" src="../_static/js/theme.js"></script>
  15. <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  16. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  17. <link rel="index" title="Index" href="../genindex.html" />
  18. <link rel="search" title="Search" href="../search.html" />
  19. </head>
  20. <body class="wy-body-for-nav">
  21. <div class="wy-grid-for-nav">
  22. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  23. <div class="wy-side-scroll">
  24. <div class="wy-side-nav-search" >
  25. <a href="../index.html" class="icon icon-home"> macop
  26. </a>
  27. <div class="version">
  28. 0.1.3
  29. </div>
  30. <div role="search">
  31. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  32. <input type="text" name="q" placeholder="Search docs" />
  33. <input type="hidden" name="check_keywords" value="yes" />
  34. <input type="hidden" name="area" value="default" />
  35. </form>
  36. </div>
  37. </div>
  38. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  39. <p class="caption"><span class="caption-text">Contents:</span></p>
  40. <ul>
  41. <li class="toctree-l1"><a class="reference internal" href="../description.html">Description</a></li>
  42. <li class="toctree-l1"><a class="reference internal" href="../macop.html">Documentation</a></li>
  43. <li class="toctree-l1"><a class="reference internal" href="../examples.html">Examples</a></li>
  44. <li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
  45. </ul>
  46. </div>
  47. </div>
  48. </nav>
  49. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  50. <nav class="wy-nav-top" aria-label="top navigation">
  51. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  52. <a href="../index.html">macop</a>
  53. </nav>
  54. <div class="wy-nav-content">
  55. <div class="rst-content">
  56. <div role="navigation" aria-label="breadcrumbs navigation">
  57. <ul class="wy-breadcrumbs">
  58. <li><a href="../index.html">Docs</a> &raquo;</li>
  59. <li>Overview: module code</li>
  60. <li class="wy-breadcrumbs-aside">
  61. </li>
  62. </ul>
  63. <hr/>
  64. </div>
  65. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  66. <div itemprop="articleBody">
  67. <h1>All modules for which code is available</h1>
  68. <ul><li><a href="macop/algorithms/Algorithm.html">macop.algorithms.Algorithm</a></li>
  69. <li><a href="macop/algorithms/IteratedLocalSearch.html">macop.algorithms.IteratedLocalSearch</a></li>
  70. <li><a href="macop/algorithms/LocalSearch.html">macop.algorithms.LocalSearch</a></li>
  71. <li><a href="macop/operators/Operator.html">macop.operators.Operator</a></li>
  72. </ul>
  73. </div>
  74. </div>
  75. <footer>
  76. <hr/>
  77. <div role="contentinfo">
  78. <p>
  79. &copy; Copyright 2020, Jérôme BUISINE
  80. </p>
  81. </div>
  82. Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  83. </footer>
  84. </div>
  85. </div>
  86. </section>
  87. </div>
  88. <script type="text/javascript">
  89. jQuery(function () {
  90. SphinxRtdTheme.Navigation.enable(true);
  91. });
  92. </script>
  93. </body>
  94. </html>