Summary
Enumeration of problem types that can be used for a LocationAllocation analysis.
Properties
Property | Explanation | Data Type |
MaximizeAttendance (Read Only) | Facilities are chosen such that as much demand weight as possible is allocated to facilities while assuming the demand weight decreases in relation to the distance between the facility and the demand point. | Object |
MaximizeCapacitatedCoverage (Read Only) | Facilities are located such that as many demand points as possible are allocated to solution facilities within the impedance cutoff; additionally, the weighted demand allocated to a facility can't exceed the facility's capacity. | Object |
MaximizeCoverage (Read Only) | Facilities are located such that as many demand points as possible are allocated to solution facilities within the impedance cutoff. | Object |
MaximizeMarketShare (Read Only) | A specific number of facilities are chosen such that the allocated demand is maximized in the presence of competitors. The goal is to capture as much of the total market share as possible with a given number of facilities, which you specify. The total market share is the sum of all demand weight for valid demand points. | Object |
MinimizeFacilities (Read Only) | Facilities are located such that as many demand points as possible are allocated to solution facilities within the impedance cutoff; additionally, the number of facilities required to cover demand points is minimized. | Object |
MinimizeImpedance (Read Only) | Facilities are located such that the sum of all weighted costs between demand points and solution facilities is minimized. | Object |
TargetMarketShare (Read Only) | Chooses the minimum number of facilities necessary to capture a specific percentage of the total market share in the presence of competitors. The total market share is the sum of all demand weight for valid demand points. | Object |