# README
Model
Package model
provides modeling components, such as domains and ranges. A
domain is a data structure which allows to efficiently store and access a finite
number of integers. It does this by storing ranges of integer values.
See godocs for package docs.
# Functions
Multiple creates a domain containing multiple integer values.
NewDomain creates a domain of integers.
NewDomains creates a sequence of domains.
NewMultiMap creates a new MultiMap.
NewRange create a new integer range.
Repeat a domain n times.
Singleton creates a domain containing one integer value.