Skip to content

Commit

Permalink
Deploying to gh-pages from @ c4fb1c7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Jul 25, 2024
1 parent 29d8303 commit ecbeece
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 40 deletions.
3 changes: 3 additions & 0 deletions _sources/changelog.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased change

## 0.2.7
- Fix bugs in HiGHS termination status

## 0.2.6
- Add rotated second-order cone support for COPT, Gurobi and Mosek
- Add exponential cone support for COPT and Mosek
Expand Down
59 changes: 33 additions & 26 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,60 +283,66 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading
<h2>Unreleased change<a class="headerlink" href="#unreleased-change" title="Link to this heading"></a></h2>
</section>
<section id="id1">
<h2>0.2.6<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<h2>0.2.7<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fix bugs in HiGHS termination status</p></li>
</ul>
</section>
<section id="id2">
<h2>0.2.6<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Add rotated second-order cone support for COPT, Gurobi and Mosek</p></li>
<li><p>Add exponential cone support for COPT and Mosek</p></li>
<li><p>Requires COPT version &gt;= 7.1.4 to support exponential cone</p></li>
</ul>
</section>
<section id="id2">
<h2>0.2.5<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<section id="id3">
<h2>0.2.5<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fix <code class="docutils literal notranslate"><span class="pre">add_linear_constraint</span></code> of HiGHS optimizer to consider the constant term in expression correctly</p></li>
<li><p>Make <code class="docutils literal notranslate"><span class="pre">make_tupledict</span></code> slightly faster</p></li>
</ul>
</section>
<section id="id3">
<h2>0.2.4<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
<section id="id4">
<h2>0.2.4<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Add <code class="docutils literal notranslate"><span class="pre">map</span></code> method for <code class="docutils literal notranslate"><span class="pre">tupledict</span></code> class</p></li>
<li><p>Add type stubs for C++ extension modules</p></li>
</ul>
</section>
<section id="id4">
<h2>0.2.3<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
<section id="id5">
<h2>0.2.3<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fix a bug when deleting constraint in HiGHS</p></li>
</ul>
</section>
<section id="id5">
<h2>0.2.2<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
<section id="id6">
<h2>0.2.2<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fix the performance issue with HiGHS optimizer</p></li>
</ul>
</section>
<section id="id6">
<h2>0.2.1<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
<section id="id7">
<h2>0.2.1<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fix the DLL search paths on Windows</p></li>
</ul>
</section>
<section id="id7">
<h2>0.2.0<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
<section id="id8">
<h2>0.2.0<a class="headerlink" href="#id8" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Supports callback for Gurobi and COPT</p></li>
<li><p>Release GIL when calling <code class="docutils literal notranslate"><span class="pre">model.optimize()</span></code></p></li>
</ul>
</section>
<section id="id8">
<h2>0.1.1<a class="headerlink" href="#id8" title="Link to this heading"></a></h2>
<section id="id9">
<h2>0.1.1<a class="headerlink" href="#id9" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Add <code class="docutils literal notranslate"><span class="pre">Model.write</span></code> method to write model to files</p></li>
</ul>
</section>
<section id="id9">
<h2>0.1.0<a class="headerlink" href="#id9" title="Link to this heading"></a></h2>
<section id="id10">
<h2>0.1.0<a class="headerlink" href="#id10" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>First release on PyPI</p></li>
</ul>
Expand Down Expand Up @@ -400,15 +406,16 @@ <h2>0.1.0<a class="headerlink" href="#id9" title="Link to this heading">¶</a></
<ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#unreleased-change">Unreleased change</a></li>
<li><a class="reference internal" href="#id1">0.2.6</a></li>
<li><a class="reference internal" href="#id2">0.2.5</a></li>
<li><a class="reference internal" href="#id3">0.2.4</a></li>
<li><a class="reference internal" href="#id4">0.2.3</a></li>
<li><a class="reference internal" href="#id5">0.2.2</a></li>
<li><a class="reference internal" href="#id6">0.2.1</a></li>
<li><a class="reference internal" href="#id7">0.2.0</a></li>
<li><a class="reference internal" href="#id8">0.1.1</a></li>
<li><a class="reference internal" href="#id9">0.1.0</a></li>
<li><a class="reference internal" href="#id1">0.2.7</a></li>
<li><a class="reference internal" href="#id2">0.2.6</a></li>
<li><a class="reference internal" href="#id3">0.2.5</a></li>
<li><a class="reference internal" href="#id4">0.2.4</a></li>
<li><a class="reference internal" href="#id5">0.2.3</a></li>
<li><a class="reference internal" href="#id6">0.2.2</a></li>
<li><a class="reference internal" href="#id7">0.2.1</a></li>
<li><a class="reference internal" href="#id8">0.2.0</a></li>
<li><a class="reference internal" href="#id9">0.1.1</a></li>
<li><a class="reference internal" href="#id10">0.1.0</a></li>
</ul>
</li>
</ul>
Expand Down
12 changes: 6 additions & 6 deletions constraint.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,12 @@ <h1>Constraint<a class="headerlink" href="#constraint" title="Link to this headi
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>2024-07-25 13:59:13 [INFO] checks license for COPT v7.1.4 20240627
2024-07-25 13:59:13 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
2024-07-25 13:59:13 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.11.9/x64/bin
2024-07-25 13:59:13 [WARN] no license files in HOME folder: /home/runner/copt
2024-07-25 13:59:13 [INFO] empty environment variable: COPT_LICENSE_DIR
2024-07-25 13:59:13 [WARN] no license files in EV &#39;COPT_LICENSE_DIR&#39;:
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>2024-07-25 14:12:53 [INFO] checks license for COPT v7.1.4 20240627
2024-07-25 14:12:53 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
2024-07-25 14:12:53 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.11.9/x64/bin
2024-07-25 14:12:53 [WARN] no license files in HOME folder: /home/runner/copt
2024-07-25 14:12:53 [INFO] empty environment variable: COPT_LICENSE_DIR
2024-07-25 14:12:53 [WARN] no license files in EV &#39;COPT_LICENSE_DIR&#39;:

No license found. Starting COPT with size limitations for non-commercial use
Please apply for a license from www.shanshu.ai/copt
Expand Down
8 changes: 4 additions & 4 deletions expression.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ <h2>Efficient expression construction<a class="headerlink" href="#efficient-expr
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 573 μs, sys: 83 μs, total: 656 μs
Wall time: 658 μs
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 513 μs, sys: 147 μs, total: 660 μs
Wall time: 663 μs
</pre></div>
</div>
</div>
Expand All @@ -371,8 +371,8 @@ <h2>Efficient expression construction<a class="headerlink" href="#efficient-expr
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 26 ms, sys: 0 ns, total: 26 ms
Wall time: 25.7 ms
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 25.8 ms, sys: 260 μs, total: 26 ms
Wall time: 25.8 ms
</pre></div>
</div>
</div>
Expand Down
4 changes: 1 addition & 3 deletions getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,7 @@ <h2>Let’s build a simple model and solve it<a class="headerlink" href="#let-s-
RHS [1e+00, 1e+00]
Iteration Objective NullspaceDim
0 2.0000001 0 0.00s
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> 2 0.66666669 1 0.00s
2 0.66666669 1 0.00s
Model status : Optimal
QP ASM iterations: 2
Objective value : 6.6666666667e-01
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit ecbeece

Please sign in to comment.