diff --git a/notebooks/p-median.ipynb b/notebooks/p-median.ipynb index bc7282c4..8b32ff94 100644 --- a/notebooks/p-median.ipynb +++ b/notebooks/p-median.ipynb @@ -26,7 +26,7 @@ "\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", + "& & d_{ij} & \\small = & \\textrm{shortest distance or travel time between nodes i 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", "& & X_{ij} & \\small = & \\begin{cases}\n",