Specification
IntervalMDPAbstractions.FiniteTimeRegionReachability
— TypeFiniteTimeRegionReachability
A struct representing a finite-time reachability property.
IntervalMDPAbstractions.InfiniteTimeRegionReachability
— TypeInfiniteTimeRegionReachability
A struct representing a infinite-time reachability property.
IntervalMDPAbstractions.FiniteTimeRegionReachAvoid
— TypeFiniteTimeRegionReachAvoid
A struct representing a finite-time reach-avoid property.
IntervalMDPAbstractions.InfiniteTimeRegionReachAvoid
— TypeInfiniteTimeRegionReachAvoid
A struct representing a infinite-time reach-avoid property.
IntervalMDPAbstractions.ExactTimeRegionReachAvoid
— TypeExactTimeRegionReachAvoid
A struct representing a Exact-time reach-avoid property.
IntervalMDPAbstractions.FiniteTimeRegionSafety
— TypeFiniteTimeRegionSafety
A struct representing a finite-time safety property.
IntervalMDPAbstractions.InfiniteTimeRegionSafety
— TypeInfiniteTimeRegionSafety
A struct representing a infinite-time safety property.
IntervalMDPAbstractions.ExactTimeRegionReachability
— TypeExactTimeRegionReachability
A struct representing a exact-time reachability property.
IntervalMDPAbstractions.reach
— Functionreach
Return the reach region of a reachability or reach-avoid property.
IntervalMDPAbstractions.avoid
— Functionavoid
Return the avoid region of a reach-avoid or safety property.
IntervalMDPAbstractions.dim
— Functiondim
Return the dimension of the reach and avoid regions of a regional property.
Abstraction problem
IntervalMDPAbstractions.AbstractionProblem
— TypeAbstractionProblem
A struct of a system and a specification to be used in the abstraction process.
IntervalMDPAbstractions.system
— Functionsystem
Return the system of an abstraction problem.
IntervalMDPAbstractions.specification
— Functionspecification
Return the specification of an abstraction problem.
IntervalMDPAbstractions.decouple
— Functiondecouple
Decoupled the noise in the system dynamics of an AbstractionProblem
if possible, and transform the specification accordingly.
If the system dynamics cannot be decoupled, an error is thrown.
Returns a tuple of the decoupled AbstractionProblem
and the transformation used.