Skip to content

Commit

Permalink
Merge pull request #430 from jGaboardi/fix_churh_2018_citation
Browse files Browse the repository at this point in the history
fix Church 2018 (tobler paper) cite
  • Loading branch information
ljwolf authored Dec 10, 2023
2 parents e02a6df + f95eec6 commit 4760bd9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions docs/_static/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ @book{Church2009
}


@article{church_2018,
author = {Richard L. Church},
title ={Tobler's Law and Spatial Optimization: Why Bakersfield?},
journal = {International Regional Science Review},
volume = {41},
number = {3},
pages = {287-310},
year = {2018},
doi = {10.1177/0160017616650612}
}


@book{church_murray_2018,
author={Church, RL and Murray, AT},
title={Location covering models: history, applications and advancements},
Expand Down Expand Up @@ -168,18 +180,6 @@ @article{openshaw1995algorithms
}


@article{richard_2018,
author = {Richard L. Church},
title ={Tobler's Law and Spatial Optimization: Why Bakersfield?},
journal = {International Regional Science Review},
volume = {41},
number = {3},
pages = {287-310},
year = {2018},
doi = {10.1177/0160017616650612}
}


@article{shi_malik_2000,
author={Jianbo Shi and Malik, J.},
journal={{IEEE Transactions on Pattern Analysis and Machine Intelligence}},
Expand Down
2 changes: 1 addition & 1 deletion spopt/locate/p_median.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def solve(self, solver: pulp.LpSolver, results: bool = True):
class KNearestPMedian(PMedian):
r"""
Implement the P-Median Model with Near-Far Cost Allocation and solve it.
The model is adapted from :cite:`richard_2018`, and can be formulated as:
The model is adapted from :cite:`church_2018`, and can be formulated as:
.. math::
Expand Down

0 comments on commit 4760bd9

Please sign in to comment.