From 03c97ee6bd49162a1eb2375ade2310e07714d079 Mon Sep 17 00:00:00 2001 From: Brendan Meade Date: Tue, 18 Jun 2024 11:16:30 -0400 Subject: [PATCH] Adding space for CVXPY --- .../celeri_western_north_america_methods.ipynb | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/notebooks/celeri_western_north_america_methods.ipynb b/notebooks/celeri_western_north_america_methods.ipynb index 26a4425..5e968e2 100644 --- a/notebooks/celeri_western_north_america_methods.ipynb +++ b/notebooks/celeri_western_north_america_methods.ipynb @@ -1560,21 +1560,28 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# 5. Iterative dense solve with adaptive constraints" + "# 5. Bounded dense solve with constraints using CVXPY" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "# 6. Iterative KL solve with adaptive constraints" + "# 6. Iterative dense solve with adaptive constraints" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "# 7. H-matrix with `lsq_linear`" + "# 7. Iterative KL solve with adaptive constraints" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 8. H-matrix with `lsq_linear`" ] }, {