+ 8//5</code></pre><p>To supress the illustrative output and just present the solution, use <code>pivot_solve(T, false)</code>.</p><p>The alternative <code>pivot_solve!</code> performs the same operations as <code>pivot_solve</code> but modifies <code>T</code> as it goes.</p><h3 id="Solution-by-use-of-an-LP-solver"><a class="docs-heading-anchor" href="#Solution-by-use-of-an-LP-solver">Solution by use of an LP solver</a><a id="Solution-by-use-of-an-LP-solver-1"></a><a class="docs-heading-anchor-permalink" href="#Solution-by-use-of-an-LP-solver" title="Permalink"></a></h3><p>The function <code>lp_solve</code> also solves the LP, but uses a standard solver (by default, <a href="https://highs.dev/">HiGHS</a>):</p><pre><code class="nohighlight hljs">julia> lp_solve(T)
0 commit comments