From e252326ea863034cc1d1c06919a29f94c83fc1d0 Mon Sep 17 00:00:00 2001 From: specsy Date: Mon, 27 Jan 2025 12:36:50 +0530 Subject: [PATCH] Update p-median.ipynb fixes #466 fixed a typo in the code. --- notebooks/p-median.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/notebooks/p-median.ipynb b/notebooks/p-median.ipynb index 47fba047..17e44904 100644 --- a/notebooks/p-median.ipynb +++ b/notebooks/p-median.ipynb @@ -26,7 +26,6 @@ "\n", "> $\\begin{array} \\displaystyle \\textbf{Where:}\\\\ & & \\displaystyle i & \\small = & \\textrm{index referencing nodes of the network as demand} \\\\\n", "& & j & \\small = & \\textrm{index referencing nodes of the network as potential facility sites -} \\\\\n", "& & d_{ij} & \\small = & \\textrm{shortest distance or travel time between nodes i and j} i \\textrm{ and } j \\\\\n", "& & p & \\small = & \\textrm{number of facilities to be located} \\\\\n", "& & a_i & \\small = & \\textrm{service load or population demand at } i \\\\\n",