From 481c46c89a09be42991d56c3a650efb6af491fee Mon Sep 17 00:00:00 2001
From: tmigot <tmigot@users.noreply.github.com>
Date: Sun, 25 Feb 2024 01:01:54 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20d584a?=
 =?UTF-8?q?af5ba2d30144568eacc3b0c666033cc68a0=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 assets/index/code/output/ex14.res | 2 +-
 index.html                        | 2 +-
 sitemap.xml                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/assets/index/code/output/ex14.res b/assets/index/code/output/ex14.res
index 5d3e9be..9096135 100644
--- a/assets/index/code/output/ex14.res
+++ b/assets/index/code/output/ex14.res
@@ -1 +1 @@
-(76.498, 13.363252878189087)
\ No newline at end of file
+(78.674, 13.264529943466187)
\ No newline at end of file
diff --git a/index.html b/index.html
index 4945fce..87846dd 100644
--- a/index.html
+++ b/index.html
@@ -91,7 +91,7 @@ <h2 id=solve_the_problem ><a href="#solve_the_problem" class=header-anchor >Solv
            jhess: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0               jhprod: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0     
 </code></pre>
 <p>We now compare the two solvers with respect to the time spent,</p>
-<pre><code class=language-julia >stats_ipopt.elapsed_time, stats_dci.elapsed_time</code></pre><pre><code class="plaintext code-output">(76.498, 13.363252878189087)</code></pre>
+<pre><code class=language-julia >stats_ipopt.elapsed_time, stats_dci.elapsed_time</code></pre><pre><code class="plaintext code-output">(78.674, 13.264529943466187)</code></pre>
 <p>and also check objective value, feasibility, and dual feasibility of <code>ipopt</code> and <code>dci</code>.</p>
 <pre><code class=language-julia >&#40;stats_ipopt.objective, stats_ipopt.primal_feas, stats_ipopt.dual_feas&#41;,
 &#40;stats_dci.objective, stats_dci.primal_feas, stats_dci.dual_feas&#41;</code></pre><pre><code class="plaintext code-output">((16.044043741825817, 2.96637714392034e-16, 6.75477318337435e-6), (16.040271663836148, 1.991339089199499e-7, 8.485586217010938e-8))</code></pre>
diff --git a/sitemap.xml b/sitemap.xml
index 6ea04b1..f91cc13 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,7 +3,7 @@
 
 <url>
     <loc>https://jso.dev/index.html</loc>
-    <lastmod>2024-02-18</lastmod>
+    <lastmod>2024-02-25</lastmod>
     <changefreq>monthly</changefreq>
     <priority>0.5</priority>
 </url>