1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
.. _api_ref:
.. currentmodule:: spopt
API reference
=============
.. _data_api:
Region Methods
--------------
Model based approaches for aggregating a large set of geographic units (with small footprints) into a smaller number of regions (with large footprints).
.. autosummary::
:toctree: generated/
region.AZP
region.MaxPHeuristic
region.RandomRegion
region.RandomRegions
region.RegionKMeansHeuristic
region.Skater
region.Spenc
region.WardSpatial
Locate Methods
--------------
Exact solution approaches to facility location modeling problems.
.. autosummary::
:toctree: generated/
locate.LSCP
locate.LSCPB
locate.MCLP
locate.PMedian
locate.KNearestPMedian
locate.PCenter
locate.PDispersion
|