221. Region

Expert Partitioner

221.1. Authors

  • Arvin Schnell <aschnell@suse.de>

  • A region is a list of two integers, the first being the start and the

  • second the length.

221.2. Summary of Module Globals

List of Global Functions

  • Inside - Checks whether region b lies within region a.

List of Global Variables

    221.3. Global Functions

    221.3.1. Inside

    Checks whether region b lies within region a.

    Function parameters

    • list<integer> a

    • list<integer> b

    Return value

    • boolean

    221.4. Global Variables

    221.5. Module Requirements

    none