Domain

This folder contains structures that are used to encode different kinds of concrete and abstract domains.

Concrete continuous domains

Abstract domains

Dionysos.Domain.GridFreeType
GridFree{N,T} <: Grid{N,T}

Uniform grid on unbounded space, centered at orig and with steps set by the vector h.

source
Dionysos.Domain.GridEllipsoidalRectangularType
GridEllipsoidalRectangular{N,T} <: Grid{N,T}

Uniform grid on rectangular space rect, centered at orig and with steps set by the vector h. Cells are (possibly overlapping) ellipsoids defined at each grid point c as (x-c)'P(x-c) ≤ 1.

source