Skip to content

Commit

Permalink
Update p-median.ipynb
Browse files Browse the repository at this point in the history
fixes pysal#466
fixed a typo in the code.
  • Loading branch information
speco29 authored Jan 27, 2025
1 parent 68bc024 commit e252326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebooks/p-median.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e252326

Please sign in to comment.