Skip to content

Commit 323b80b

Browse files
committed
Deploying to gh-pages from @ 97dc4a2 🚀
1 parent eff46d3 commit 323b80b

11 files changed

+37
-39
lines changed

constraint.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ <h1>Constraint<a class="headerlink" href="#constraint" title="Link to this headi
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>2025-03-19 06:19:38 [INFO] checks license for COPT v7.2.4 20241206
311-
2025-03-19 06:19:38 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
312-
2025-03-19 06:19:38 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.9/x64/bin
313-
2025-03-19 06:19:38 [WARN] no license files in HOME folder: /home/runner/copt
314-
2025-03-19 06:19:38 [INFO] empty environment variable: COPT_LICENSE_DIR
315-
2025-03-19 06:19:38 [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>2025-03-19 06:31:05 [INFO] checks license for COPT v7.2.4 20241206
311+
2025-03-19 06:31:05 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
312+
2025-03-19 06:31:05 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.9/x64/bin
313+
2025-03-19 06:31:05 [WARN] no license files in HOME folder: /home/runner/copt
314+
2025-03-19 06:31:05 [INFO] empty environment variable: COPT_LICENSE_DIR
315+
2025-03-19 06:31:05 [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
@@ -624,7 +624,7 @@ <h2>Create constraint with comparison operator<a class="headerlink" href="#creat
624624
</div>
625625
</div>
626626
<div class="cell_output docutils container">
627-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7fd4ec1048f0&gt;
627+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7f192c200690&gt;
628628
</pre></div>
629629
</div>
630630
</div>

container.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,9 @@ <h2>Building a model with <code class="docutils literal notranslate"><span class
499499
300 2.3611112 150 0.01s
500500
360 2.0000001 180 0.01s
501501
Model status : Optimal
502-
QP ASM iterations: 360
502+
</pre></div>
503+
</div>
504+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>QP ASM iterations: 360
503505
Objective value : 2.0000000000e+00
504506
HiGHS run time : 0.01
505507
</pre></div>

examples/economic_dispatch.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,13 +418,13 @@ <h2>Implementation<a class="headerlink" href="#implementation" title="Link to th
418418
0 14328.52 0 0.00s
419419
100 12722.021 1 0.00s
420420
108 12684.021 0 0.00s
421-
TerminationStatusCode.OPTIMAL
422-
Objective value: 12684.0
423421
Model status : Optimal
424422
Simplex iterations: 63
425423
QP ASM iterations: 108
426424
Objective value : 1.2684000000e+04
427425
HiGHS run time : 0.00
426+
TerminationStatusCode.OPTIMAL
427+
Objective value: 12684.0
428428
</pre></div>
429429
</div>
430430
</div>

examples/optimal_control_rocket.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,8 @@ <h2>Implementation<a class="headerlink" href="#implementation" title="Link to th
462462
21 -1.0127794e+00 3.92e-08 6.47e-05 -8.6 1.12e-01 - 1.00e+00 5.00e-01f 2
463463
22 -1.0127794e+00 2.33e-09 4.28e-08 -8.6 5.82e-02 - 1.00e+00 1.00e+00h 1
464464
23 -1.0127794e+00 2.55e-13 4.12e-12 -8.6 1.01e-03 - 1.00e+00 1.00e+00h 1
465-
</pre></div>
466-
</div>
467-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Number of Iterations....: 23
465+
466+
Number of Iterations....: 23
468467

469468
(scaled) (unscaled)
470469
Objective...............: -1.0127793922163879e+00 -1.0127793922163879e+00
@@ -481,7 +480,7 @@ <h2>Implementation<a class="headerlink" href="#implementation" title="Link to th
481480
Number of equality constraint Jacobian evaluations = 24
482481
Number of inequality constraint Jacobian evaluations = 0
483482
Number of Lagrangian Hessian evaluations = 23
484-
Total CPU secs in IPOPT (w/o function evaluations) = 0.128
483+
Total CPU secs in IPOPT (w/o function evaluations) = 0.123
485484
Total CPU secs in NLP function evaluations = 0.005
486485

487486
EXIT: Optimal Solution Found.

examples/optimal_power_flow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ <h2>Implementation<a class="headerlink" href="#implementation" title="Link to th
608608
Number of equality constraint Jacobian evaluations = 19
609609
Number of inequality constraint Jacobian evaluations = 19
610610
Number of Lagrangian Hessian evaluations = 18
611-
Total CPU secs in IPOPT (w/o function evaluations) = 0.011
611+
Total CPU secs in IPOPT (w/o function evaluations) = 0.013
612612
Total CPU secs in NLP function evaluations = 0.001
613613

614614
EXIT: Optimal Solution Found.

expression.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ <h2>Efficient expression construction<a class="headerlink" href="#efficient-expr
364364
</div>
365365
</div>
366366
<div class="cell_output docutils container">
367-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 729 μs, sys: 0 ns, total: 729 μs
368-
Wall time: 732 μs
367+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 0 ns, sys: 708 μs, total: 708 μs
368+
Wall time: 712 μs
369369
</pre></div>
370370
</div>
371371
</div>
@@ -377,8 +377,8 @@ <h2>Efficient expression construction<a class="headerlink" href="#efficient-expr
377377
</div>
378378
</div>
379379
<div class="cell_output docutils container">
380-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 20 ms, sys: 0 ns, total: 20 ms
381-
Wall time: 19.9 ms
380+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>CPU times: user 20.5 ms, sys: 0 ns, total: 20.5 ms
381+
Wall time: 20.3 ms
382382
</pre></div>
383383
</div>
384384
</div>

infeasibility.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,18 @@ <h1>Infeasibility Analysis<a class="headerlink" href="#infeasibility-analysis" t
317317
</div>
318318
</div>
319319
<div class="cell_output docutils container">
320-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Constraint 1 IIS: True2025-03-19 06:19:46 [INFO] checks license for COPT v7.2.4 20241206
321-
2025-03-19 06:19:46 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
322-
2025-03-19 06:19:46 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.9/x64/bin
323-
2025-03-19 06:19:46 [WARN] no license files in HOME folder: /home/runner/copt
324-
2025-03-19 06:19:46 [INFO] empty environment variable: COPT_LICENSE_DIR
325-
2025-03-19 06:19:46 [WARN] no license files in EV &#39;COPT_LICENSE_DIR&#39;:
320+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Constraint 1 IIS: True2025-03-19 06:31:13 [INFO] checks license for COPT v7.2.4 20241206
321+
2025-03-19 06:31:13 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
322+
2025-03-19 06:31:13 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.9/x64/bin
323+
2025-03-19 06:31:13 [WARN] no license files in HOME folder: /home/runner/copt
324+
2025-03-19 06:31:13 [INFO] empty environment variable: COPT_LICENSE_DIR
325+
2025-03-19 06:31:13 [WARN] no license files in EV &#39;COPT_LICENSE_DIR&#39;:
326326

327327
No license found. Starting COPT with size limitations for non-commercial use
328328
Please apply for a license from www.shanshu.ai/copt
329329

330+
331+
Constraint 2 IIS: True
330332
No license found. LP size is limited to 10000 variables and 10000 constraints
331333
Please apply for a license from www.shanshu.ai/copt
332334

@@ -344,8 +346,6 @@ <h1>Infeasibility Analysis<a class="headerlink" href="#infeasibility-analysis" t
344346

345347
IIS summary: 2 rows, 0 bounds of columns
346348
IIS computation finished (0.001s)
347-
348-
Constraint 2 IIS: True
349349
</pre></div>
350350
</div>
351351
</div>

model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ <h2>Inspect and customize the model<a class="headerlink" href="#inspect-and-cust
416416
</div>
417417
<div class="cell_output docutils container">
418418
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Running HiGHS 1.9.0 (git hash: 66f735e): Copyright (c) 2024 HiGHS under MIT licence terms
419+
Objective value: 0.49999999999999994
419420
Coefficient ranges:
420421
Matrix [1e+00, 1e+00]
421422
Cost [0e+00, 0e+00]
@@ -428,7 +429,6 @@ <h2>Inspect and customize the model<a class="headerlink" href="#inspect-and-cust
428429
QP ASM iterations: 2
429430
Objective value : 5.0000000000e-01
430431
HiGHS run time : 0.00
431-
Objective value: 0.49999999999999994
432432
</pre></div>
433433
</div>
434434
</div>

nonlinear.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,7 @@ <h2>Nonlinear constraints and objectives<a class="headerlink" href="#nonlinear-c
535535
7 5.4427137e+00 0.00e+00 3.36e-03 -2.5 7.95e-02 - 9.84e-01 1.00e+00f 1
536536
8 5.4366982e+00 0.00e+00 4.18e-06 -3.8 7.75e-03 - 1.00e+00 1.00e+00h 1
537537
9 5.4365655e+00 0.00e+00 1.91e-08 -5.7 1.81e-04 - 1.00e+00 1.00e+00h 1
538-
</pre></div>
539-
</div>
540-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
538+
iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
541539
10 5.4365636e+00 0.00e+00 3.26e-12 -8.6 2.72e-06 - 1.00e+00 1.00e+00h 1
542540

543541
Number of Iterations....: 10
@@ -557,7 +555,7 @@ <h2>Nonlinear constraints and objectives<a class="headerlink" href="#nonlinear-c
557555
Number of equality constraint Jacobian evaluations = 0
558556
Number of inequality constraint Jacobian evaluations = 11
559557
Number of Lagrangian Hessian evaluations = 10
560-
Total CPU secs in IPOPT (w/o function evaluations) = 0.007
558+
Total CPU secs in IPOPT (w/o function evaluations) = 0.006
561559
Total CPU secs in NLP function evaluations = 0.000
562560

563561
EXIT: Optimal Solution Found.
@@ -699,7 +697,7 @@ <h2>Nonlinear constraints and objectives<a class="headerlink" href="#nonlinear-c
699697
Number of equality constraint Jacobian evaluations = 0
700698
Number of inequality constraint Jacobian evaluations = 0
701699
Number of Lagrangian Hessian evaluations = 14
702-
Total CPU secs in IPOPT (w/o function evaluations) = 0.004
700+
Total CPU secs in IPOPT (w/o function evaluations) = 0.002
703701
Total CPU secs in NLP function evaluations = 0.000
704702

705703
EXIT: Optimal Solution Found.
@@ -786,9 +784,8 @@ <h2>Mixing nonlinear and linear/quadratic constraints together<a class="headerli
786784
2 3.5000000e+02 0.00e+00 0.00e+00 -3.8 0.00e+00 -2.0 1.00e+00 1.00e+00T 0
787785
3 3.5000000e+02 0.00e+00 0.00e+00 -5.7 0.00e+00 0.2 1.00e+00 1.00e+00T 0
788786
4 3.5000000e+02 0.00e+00 0.00e+00 -8.6 0.00e+00 -0.2 1.00e+00 1.00e+00T 0
789-
</pre></div>
790-
</div>
791-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Number of Iterations....: 4
787+
788+
Number of Iterations....: 4
792789

793790
(scaled) (unscaled)
794791
Objective...............: 3.5000000000000318e+02 3.5000000000000318e+02
@@ -805,7 +802,7 @@ <h2>Mixing nonlinear and linear/quadratic constraints together<a class="headerli
805802
Number of equality constraint Jacobian evaluations = 5
806803
Number of inequality constraint Jacobian evaluations = 0
807804
Number of Lagrangian Hessian evaluations = 4
808-
Total CPU secs in IPOPT (w/o function evaluations) = 0.024
805+
Total CPU secs in IPOPT (w/o function evaluations) = 0.027
809806
Total CPU secs in NLP function evaluations = 0.001
810807

811808
EXIT: Optimal Solution Found.

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)