Skip to content

Commit cf49621

Browse files
committedMar 19, 2025
Deploying to gh-pages from @ c500a3d 🚀
1 parent b9afb6d commit cf49621

12 files changed

+35
-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:46:12 [INFO] checks license for COPT v7.2.4 20241206
311-
2025-03-19 06:46:12 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
312-
2025-03-19 06:46:12 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.9/x64/bin
313-
2025-03-19 06:46:12 [WARN] no license files in HOME folder: /home/runner/copt
314-
2025-03-19 06:46:12 [INFO] empty environment variable: COPT_LICENSE_DIR
315-
2025-03-19 06:46:12 [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:57:19 [INFO] checks license for COPT v7.2.4 20241206
311+
2025-03-19 06:57:19 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
312+
2025-03-19 06:57:19 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.9/x64/bin
313+
2025-03-19 06:57:19 [WARN] no license files in HOME folder: /home/runner/copt
314+
2025-03-19 06:57:19 [INFO] empty environment variable: COPT_LICENSE_DIR
315+
2025-03-19 06:57:19 [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 0x7f9fcff10b50&gt;
627+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pyoptinterface._src.core_ext.ConstraintIndex at 0x7fe090008930&gt;
628628
</pre></div>
629629
</div>
630630
</div>

‎container.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,11 @@ <h2>Building a model with <code class="docutils literal notranslate"><span class
498498
200 3.3333335 100 0.00s
499499
300 2.3611112 150 0.01s
500500
360 2.0000001 180 0.01s
501-
Model status : Optimal
502-
QP ASM iterations: 360
503501
</pre></div>
504502
</div>
505-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Objective value : 2.0000000000e+00
503+
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Model status : Optimal
504+
QP ASM iterations: 360
505+
Objective value : 2.0000000000e+00
506506
HiGHS run time : 0.01
507507
</pre></div>
508508
</div>

‎examples/economic_dispatch.html

Lines changed: 7 additions & 9 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>
@@ -488,9 +488,13 @@ <h2>Change the load and solve the model again<a class="headerlink" href="#change
488488
RHS [2e+01, 2e+02]
489489
Iteration Objective NullspaceDim
490490
0 15430.248 0 0.00s
491-
100 14091.031 3 0.01s
491+
100 14091.031 3 0.00s
492492
169 13740.237 10 0.01s
493493
Model status : Optimal
494+
Simplex iterations: 86
495+
QP ASM iterations: 169
496+
Objective value : 1.3740213571e+04
497+
HiGHS run time : 0.01
494498
TerminationStatusCode.OPTIMAL
495499
Objective value: 13740.213571429404
496500
[[100. 100. 100. 100. 100.
@@ -510,12 +514,6 @@ <h2>Change the load and solve the model again<a class="headerlink" href="#change
510514
52.85719184 53.28576347 53.7143351 54.14290673]]
511515
</pre></div>
512516
</div>
513-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Simplex iterations: 86
514-
QP ASM iterations: 169
515-
Objective value : 1.3740213571e+04
516-
HiGHS run time : 0.01
517-
</pre></div>
518-
</div>
519517
</div>
520518
</div>
521519
</section>

‎examples/optimal_control_rocket.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ <h2>Implementation<a class="headerlink" href="#implementation" title="Link to th
480480
Number of equality constraint Jacobian evaluations = 24
481481
Number of inequality constraint Jacobian evaluations = 0
482482
Number of Lagrangian Hessian evaluations = 23
483-
Total CPU secs in IPOPT (w/o function evaluations) = 0.127
483+
Total CPU secs in IPOPT (w/o function evaluations) = 0.118
484484
Total CPU secs in NLP function evaluations = 0.005
485485

486486
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.007
611+
Total CPU secs in IPOPT (w/o function evaluations) = 0.010
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 716 μs, sys: 0 ns, total: 716 μs
368+
Wall time: 720 μ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.3 ms, sys: 18 μs, total: 20.3 ms
381+
Wall time: 20.1 ms
382382
</pre></div>
383383
</div>
384384
</div>

‎getting_started.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,7 @@ <h2>Let’s build a simple model and solve it<a class="headerlink" href="#let-s-
562562
Cost [0e+00, 0e+00]
563563
Bound [0e+00, 0e+00]
564564
RHS [1e+00, 1e+00]
565-
</pre></div>
566-
</div>
567-
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> Iteration Objective NullspaceDim
565+
Iteration Objective NullspaceDim
568566
0 2.0000001 0 0.00s
569567
2 0.66666669 1 0.00s
570568
Model status : Optimal

‎infeasibility.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,12 @@ <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:46:23 [INFO] checks license for COPT v7.2.4 20241206
321-
2025-03-19 06:46:23 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
322-
2025-03-19 06:46:23 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.9/x64/bin
323-
2025-03-19 06:46:23 [WARN] no license files in HOME folder: /home/runner/copt
324-
2025-03-19 06:46:23 [INFO] empty environment variable: COPT_LICENSE_DIR
325-
2025-03-19 06:46:23 [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:57:30 [INFO] checks license for COPT v7.2.4 20241206
321+
2025-03-19 06:57:30 [WARN] no license files in current working folder: /home/runner/work/PyOptInterface/PyOptInterface/docs/source
322+
2025-03-19 06:57:30 [WARN] no license files in binary folder: /opt/hostedtoolcache/Python/3.12.9/x64/bin
323+
2025-03-19 06:57:30 [WARN] no license files in HOME folder: /home/runner/copt
324+
2025-03-19 06:57:30 [INFO] empty environment variable: COPT_LICENSE_DIR
325+
2025-03-19 06:57:30 [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

‎model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,13 +422,13 @@ <h2>Inspect and customize the model<a class="headerlink" href="#inspect-and-cust
422422
Bound [1e+00, 1e+00]
423423
RHS [1e+00, 1e+00]
424424
Iteration Objective NullspaceDim
425+
Objective value: 0.49999999999999994
425426
0 1 0 0.00s
426427
2 0.50000002 1 0.00s
427428
Model status : Optimal
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ <h2>Nonlinear constraints and objectives<a class="headerlink" href="#nonlinear-c
557557
Number of equality constraint Jacobian evaluations = 0
558558
Number of inequality constraint Jacobian evaluations = 11
559559
Number of Lagrangian Hessian evaluations = 10
560-
Total CPU secs in IPOPT (w/o function evaluations) = 0.005
560+
Total CPU secs in IPOPT (w/o function evaluations) = 0.004
561561
Total CPU secs in NLP function evaluations = 0.000
562562

563563
EXIT: Optimal Solution Found.
@@ -699,7 +699,7 @@ <h2>Nonlinear constraints and objectives<a class="headerlink" href="#nonlinear-c
699699
Number of equality constraint Jacobian evaluations = 0
700700
Number of inequality constraint Jacobian evaluations = 0
701701
Number of Lagrangian Hessian evaluations = 14
702-
Total CPU secs in IPOPT (w/o function evaluations) = 0.002
702+
Total CPU secs in IPOPT (w/o function evaluations) = 0.003
703703
Total CPU secs in NLP function evaluations = 0.000
704704

705705
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.

‎structure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ <h1>Building Bigger Optimization Model<a class="headerlink" href="#building-bigg
419419
0 (bound viol.)
420420
0 (int. viol.)
421421
0 (row viol.)
422-
Timing 0.07 (total)
422+
Timing 0.08 (total)
423423
0.00 (presolve)
424424
0.00 (solve)
425425
0.00 (postsolve)

0 commit comments

Comments
 (0)