Skip to content

Function discrete alloc np

Jip Claassens edited this page Jul 6, 2026 · 5 revisions

This function is the simplest version of the allocation functions.

np = no partitioning

It doesn't allow for claims per region, only minimum and maximum claims for the whole study area, as defined by the second argument. Its arguments are:

  • TypeNames: (LUT: Uint8)->ItemName, LandUnitDomain,
  • SuitabilityMaps: for each TypeNames { LandUnitDomain->Int32 },
  • MinClaims: for each TypeNames { -> UInt32 },
  • MaxClaims: for each TypeNames { -> UInt32 },
  • Threshold: ->Int32)

Clone this wiki locally