Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the typo #467

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update p-median.ipynb
fixes #466
A typo is fixed
speco29 authored Jan 27, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 84d2a2e330ff57305e1d7d92c27450f47d95f00a
2 changes: 1 addition & 1 deletion notebooks/p-median.ipynb
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
" & Y_{j} \\in \\{0,1\\} & \\forall j \\in J && (6) \\\\ \\end{array}$\n",
"\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
"& & 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",