Skip to content

Commit

Permalink
Update p-median.ipynb
Browse files Browse the repository at this point in the history
fioxes pysal#466
  • Loading branch information
speco29 authored Jan 27, 2025
1 parent 84d2a2e commit a8bf9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/p-median.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a8bf9cf

Please sign in to comment.