-
Notifications
You must be signed in to change notification settings - Fork 0
Semi assignment problem
Jip Claassens edited this page Jan 18, 2023
·
1 revision
The Semi Assignment Problem (SAP) aka lambda-assignment aka simple b-matching is the algorithmic problem of finding the Xi**j > = 0 for each land unit i and land use type j that solves the following optimization problem for given suitabilities Si**j:
for each j:
Thus Xi**j represents whether land unit i is allocated to land use type j and only one single allocation per land unit is allowed.
This differs in two aspects from the Discrete Allocation:
- bj only enables strict equality claims, thus no slack is allowed between min and max claims in this problem formulation
- claims are not related to regions (sub sets of the set of land units) although formally this restriction can be circumvented by defining a separate land use types for each region and assigning prohibitive negative values to the suitability of those types in other regions.
SAP is a generalization of LAP
SAP is a specialization of the Transportation Problem
Land use modelling documentation
© Object Vision BV