Skip to content

Commit abf3f64

Browse files
committed
Deploying to gh-pages from @ f2e89ac 🚀
1 parent fce3e62 commit abf3f64

11 files changed

+43
-48
lines changed

constraint.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,12 @@ <h1>Constraint<a class="headerlink" href="#constraint" title="Link to this headi
297297
</div>
298298
</div>
299299
<div class="cell_output docutils container">
300-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>2025-09-29 16:21:32 [INFO] checks license for COPT v7.2.8 20250516
301-
2025-09-29 16:21:32 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
302-
2025-09-29 16:21:32 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.11/x64/bin
303-
2025-09-29 16:21:32 [WARN] no license files in HOME folder: /home/runner/copt
304-
2025-09-29 16:21:32 [INFO] empty environment variable: COPT_LICENSE_DIR
305-
2025-09-29 16:21:32 [WARN] no license files in EV &#39;COPT_LICENSE_DIR&#39;:
300+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>2025-09-29 16:35:31 [INFO] checks license for COPT v7.2.8 20250516
301+
2025-09-29 16:35:31 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
302+
2025-09-29 16:35:31 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.11/x64/bin
303+
2025-09-29 16:35:31 [WARN] no license files in HOME folder: /home/runner/copt
304+
2025-09-29 16:35:31 [INFO] empty environment variable: COPT_LICENSE_DIR
305+
2025-09-29 16:35:31 [WARN] no license files in EV &#39;COPT_LICENSE_DIR&#39;:
306306

307307
No license found. Starting COPT with size limitations for non-commercial use
308308
Please apply for a license from www.shanshu.ai/copt
@@ -377,7 +377,7 @@ <h2>Linear Constraint<a class="headerlink" href="#linear-constraint" title="Link
377377
</div>
378378
</div>
379379
<div class="cell_output docutils container">
380-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7f9a50e57050&gt;
380+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7f000060f050&gt;
381381
</pre></div>
382382
</div>
383383
</div>
@@ -390,7 +390,7 @@ <h2>Linear Constraint<a class="headerlink" href="#linear-constraint" title="Link
390390
</div>
391391
</div>
392392
<div class="cell_output docutils container">
393-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7f9a50e575d0&gt;
393+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7f000060f5d0&gt;
394394
</pre></div>
395395
</div>
396396
</div>
@@ -404,7 +404,7 @@ <h2>Linear Constraint<a class="headerlink" href="#linear-constraint" title="Link
404404
</div>
405405
</div>
406406
<div class="cell_output docutils container">
407-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7f9a50e57630&gt;
407+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7f000060f630&gt;
408408
</pre></div>
409409
</div>
410410
</div>

container.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ <h2>Building a model with <code class="docutils literal notranslate"><span class
485485
RHS [1e+00, 1e+00]
486486
Iteration Objective NullspaceDim
487487
0 20.000001 0 0.00s
488-
100 5.8333336 50 0.01s
489-
200 3.3333335 100 0.01s
488+
100 5.8333336 50 0.00s
489+
200 3.3333335 100 0.00s
490490
300 2.3611112 150 0.01s
491491
360 2.0000001 180 0.01s
492492
Model status : Optimal

examples/economic_dispatch.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,13 @@ <h2>Change the load and solve the model again<a class="headerlink" href="#change
482482
Iteration Objective NullspaceDim
483483
0 15430.248 0 0.01s
484484
100 14091.031 3 0.01s
485+
169 13740.237 10 0.01s
486+
Model status : Optimal
487+
Simplex iterations: 86
488+
QP ASM iterations: 169
489+
Objective value : 1.3740213571e+04
490+
P-D objective error : 1.6699127419e-06
491+
HiGHS run time : 0.01
485492
TerminationStatusCode.OPTIMAL
486493
Objective value: 13740.213571429404
487494
[[100. 100. 100. 100. 100.
@@ -501,15 +508,6 @@ <h2>Change the load and solve the model again<a class="headerlink" href="#change
501508
52.85719184 53.28576347 53.7143351 54.14290673]]
502509
</pre></div>
503510
</div>
504-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> 169 13740.237 10 0.01s
505-
Model status : Optimal
506-
Simplex iterations: 86
507-
QP ASM iterations: 169
508-
Objective value : 1.3740213571e+04
509-
P-D objective error : 1.6699127419e-06
510-
HiGHS run time : 0.01
511-
</pre></div>
512-
</div>
513511
</div>
514512
</div>
515513
</section>

examples/optimal_control_rocket.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,7 @@ <h2>Implementation<a class="headerlink" href="#implementation" title="Link to th
495495
Number of inequality constraint Jacobian evaluations = 0
496496
Number of Lagrangian Hessian evaluations = 37
497497
Total CPU secs in IPOPT (w/o function evaluations) = 0.349
498-
Total CPU secs in NLP function evaluation
499-
</pre></div>
500-
</div>
501-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>s = 0.010
498+
Total CPU secs in NLP function evaluations = 0.011
502499

503500
EXIT: Optimal Solution Found.
504501
</pre></div>

examples/optimal_power_flow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ <h2>Implementation<a class="headerlink" href="#implementation" title="Link to th
576576
Number of equality constraint Jacobian evaluations = 19
577577
Number of inequality constraint Jacobian evaluations = 19
578578
Number of Lagrangian Hessian evaluations = 18
579-
Total CPU secs in IPOPT (w/o function evaluations) = 0.007
579+
Total CPU secs in IPOPT (w/o function evaluations) = 0.006
580580
Total CPU secs in NLP function evaluations = 0.000
581581

582582
EXIT: Optimal Solution Found.

expression.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ <h2>Efficient expression construction<a class="headerlink" href="#efficient-expr
354354
</div>
355355
</div>
356356
<div class="cell_output docutils container">
357-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 705 μs, sys: 0 ns, total: 705 μs
358-
Wall time: 710 μs
357+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 577 μs, sys: 95 μs, total: 672 μs
358+
Wall time: 674 μs
359359
</pre></div>
360360
</div>
361361
</div>
@@ -367,8 +367,8 @@ <h2>Efficient expression construction<a class="headerlink" href="#efficient-expr
367367
</div>
368368
</div>
369369
<div class="cell_output docutils container">
370-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 15.3 ms, sys: 0 ns, total: 15.3 ms
371-
Wall time: 15.1 ms
370+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 14.3 ms, sys: 1.03 ms, total: 15.3 ms
371+
Wall time: 15.2 ms
372372
</pre></div>
373373
</div>
374374
</div>

infeasibility.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ <h1>Infeasibility Analysis<a class="headerlink" href="#infeasibility-analysis" t
307307
</div>
308308
</div>
309309
<div class="cell_output docutils container">
310-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Constraint 1 IIS: True2025-09-29 16:21:41 [INFO] checks license for COPT v7.2.8 20250516
311-
2025-09-29 16:21:41 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
312-
2025-09-29 16:21:41 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.11/x64/bin
313-
2025-09-29 16:21:41 [WARN] no license files in HOME folder: /home/runner/copt
314-
2025-09-29 16:21:41 [INFO] empty environment variable: COPT_LICENSE_DIR
315-
2025-09-29 16:21:41 [WARN] no license files in EV &#39;COPT_LICENSE_DIR&#39;:
310+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Constraint 1 IIS: True2025-09-29 16:35:42 [INFO] checks license for COPT v7.2.8 20250516
311+
2025-09-29 16:35:42 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
312+
2025-09-29 16:35:42 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.11/x64/bin
313+
2025-09-29 16:35:42 [WARN] no license files in HOME folder: /home/runner/copt
314+
2025-09-29 16:35:42 [INFO] empty environment variable: COPT_LICENSE_DIR
315+
2025-09-29 16:35:42 [WARN] no license files in EV &#39;COPT_LICENSE_DIR&#39;:
316316

317317
No license found. Starting COPT with size limitations for non-commercial use
318318
Please apply for a license from www.shanshu.ai/copt
@@ -380,11 +380,11 @@ <h1>Infeasibility Analysis<a class="headerlink" href="#infeasibility-analysis" t
380380
Please apply for a license from www.shanshu.ai/copt
381381

382382
Model fingerprint: 6e53fbd7
383+
384+
Start the IIS computation for an LP
383385
</pre></div>
384386
</div>
385-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Start the IIS computation for an LP
386-
387-
Iteration Min RowBnd Max RowBnd Min ColBnd Max ColBnd Time
387+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> Iteration Min RowBnd Max RowBnd Min ColBnd Max ColBnd Time
388388
0 0 1 0 2 0.00s
389389
1 0 1 0 2 0.00s
390390
2 1 1 0 2 0.00s

nonlinear.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ <h2>Nonlinear constraints and objectives<a class="headerlink" href="#nonlinear-c
497497
Number of equality constraint Jacobian evaluations = 0
498498
Number of inequality constraint Jacobian evaluations = 11
499499
Number of Lagrangian Hessian evaluations = 10
500-
Total CPU secs in IPOPT (w/o function evaluations) = 0.004
500+
Total CPU secs in IPOPT (w/o function evaluations) = 0.005
501501
Total CPU secs in NLP function evaluations = 0.000
502502

503503
EXIT: Optimal Solution Found.
@@ -619,7 +619,7 @@ <h2>Nonlinear constraints and objectives<a class="headerlink" href="#nonlinear-c
619619
Number of equality constraint Jacobian evaluations = 0
620620
Number of inequality constraint Jacobian evaluations = 0
621621
Number of Lagrangian Hessian evaluations = 14
622-
Total CPU secs in IPOPT (w/o function evaluations) = 0.006
622+
Total CPU secs in IPOPT (w/o function evaluations) = 0.004
623623
Total CPU secs in NLP function evaluations = 0.000
624624

625625
EXIT: Optimal Solution Found.
@@ -699,7 +699,9 @@ <h2>Mixing nonlinear and linear/quadratic constraints together<a class="headerli
699699
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
700700
0 3.5000000e+02 0.00e+00 0.00e+00 -1.0 0.00e+00 - 0.00e+00 0.00e+00 0
701701
1 3.5000000e+02 0.00e+00 0.00e+00 -1.7 0.00e+00 - 1.00e+00 1.00e+00 0
702-
2 3.5000000e+02 0.00e+00 0.00e+00 -3.8 0.00e+00 -2.0 1.00e+00 1.00e+00T 0
702+
</pre></div>
703+
</div>
704+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> 2 3.5000000e+02 0.00e+00 0.00e+00 -3.8 0.00e+00 -2.0 1.00e+00 1.00e+00T 0
703705
3 3.5000000e+02 0.00e+00 0.00e+00 -5.7 0.00e+00 0.2 1.00e+00 1.00e+00T 0
704706
4 3.5000000e+02 0.00e+00 0.00e+00 -8.6 0.00e+00 -0.2 1.00e+00 1.00e+00T 0
705707

@@ -720,7 +722,7 @@ <h2>Mixing nonlinear and linear/quadratic constraints together<a class="headerli
720722
Number of equality constraint Jacobian evaluations = 5
721723
Number of inequality constraint Jacobian evaluations = 0
722724
Number of Lagrangian Hessian evaluations = 4
723-
Total CPU secs in IPOPT (w/o function evaluations) = 0.026
725+
Total CPU secs in IPOPT (w/o function evaluations) = 0.027
724726
Total CPU secs in NLP function evaluations = 0.001
725727

726728
EXIT: Optimal Solution Found.

numpy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ <h2>N-queen problem<a class="headerlink" href="#n-queen-problem" title="Link to
351351
42 rows
352352
64 cols (64 binary, 0 integer, 0 implied int., 0 continuous, 0 domain fixed)
353353
270 nonzeros
354+
Termination status: TerminationStatusCode.OPTIMAL
354355

355356
Src: B =&gt; Branching; C =&gt; Central rounding; F =&gt; Feasibility pump; J =&gt; Feasibility jump;
356357
H =&gt; Heuristic; L =&gt; Sub-MIP; P =&gt; Empty MIP; R =&gt; Randomized rounding; Z =&gt; ZI Round;
@@ -385,7 +386,6 @@ <h2>N-queen problem<a class="headerlink" href="#n-queen-problem" title="Link to
385386
0 (strong br.)
386387
0 (separation)
387388
0 (heuristics)
388-
Termination status: TerminationStatusCode.OPTIMAL
389389
</pre></div>
390390
</div>
391391
</div>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)