You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: model.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -417,11 +417,11 @@ <h2>Inspect and customize the model<a class="headerlink" href="#inspect-and-cust
417
417
0 1 0 0.00s
418
418
2 0.50000002 1 0.00s
419
419
Model status : Optimal
420
-
Objective value: 0.49999999999999994
421
420
QP ASM iterations: 2
422
421
Objective value : 5.0000000000e-01
423
422
P-D objective error : 2.4999999473e-08
424
423
HiGHS run time : 0.00
424
+
Objective value: 0.49999999999999994
425
425
</pre></div>
426
426
</div>
427
427
</div>
@@ -486,7 +486,9 @@ <h2>Write the model to file<a class="headerlink" href="#write-the-model-to-file"
486
486
<divclass="cell_output docutils container">
487
487
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>WARNING: Column names are blank or not present: using names with prefix "c", beginning with suffix 0
488
488
WARNING: Row names are blank or not present: using names with prefix "r", beginning with suffix 0
489
-
Writing the model to model.lp
489
+
</pre></div>
490
+
</div>
491
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>Writing the model to model.lp
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>Src: B => Branching; C => Central rounding; F => Feasibility pump; H => Heuristic;
355
+
356
+
Src: B => Branching; C => Central rounding; F => Feasibility pump; H => Heuristic;
359
357
I => Shifting; J => Feasibility jump; L => Sub-MIP; P => Empty MIP; R => Randomized rounding;
360
358
S => Solve LP; T => Evaluate node; U => Unbounded; X => User solution; Y => HiGHS solution;
361
359
Z => ZI Round; l => Trivial lower; p => Trivial point; u => Trivial upper; z => Trivial zero
@@ -365,6 +363,7 @@ <h2>N-queen problem<a class="headerlink" href="#n-queen-problem" title="Link to
365
363
366
364
J 0 0 0 100.00% -inf 0 Large 0 0 0 0 0.0s
367
365
1 0 1 100.00% 0 0 0.00% 0 0 0 0 0.0s
366
+
Termination status: TerminationStatusCode.OPTIMAL
368
367
369
368
Solving report
370
369
Status Optimal
@@ -446,7 +445,9 @@ <h2>Built-in functions to add variables and constraints as Numpy <code class="do
Solving the original LP from the solution after postsolve
448
+
</pre></div>
449
+
</div>
450
+
<divclass="output stream highlight-myst-ansi notranslate"><divclass="highlight"><pre><span></span>Solving the original LP from the solution after postsolve
0 commit comments