Published March 9, 2019
| Version v1.9.0
Software
Open
JuliaReach/LazySets.jl: v1.9.0
Authors/Creators
- 1. IST Austria
- 2. UdelaR
- 3. Massey University
Description
Announcements
Note: this release is fully compatible with Julia v0.6/v0.7/v1.0/v1.1.
Features- added a lazy
Translationand a concretetranslateoperation (#1173, #1192) - added an extension to the
subtypesfunction, to be used assubtypes(interface, concrete::Bool)that returns all concrete subtypes of a given interface (#1185) - added a lazy
Complementoperation (#1204, #1206) - added concrete projection for
HalfSpaceandHPolyhedron(#1213) - added conversion to and from
IntervalBoxtypes fromIntervalArithmetic(#1215)
HPolyhedron'sisemptymethod does not require the packagePolyhedraanymore (#1195)- fixed
dimof aUnionSet(#1200) - fixed
constrained_dimensionsofHalfSpacewith sparse normal vector (#1212)
overapproximatefor template directions now also accepts the raw type (i.e., without instantiating the dimension) (#1197)- the overapproximation of the convex hull of two zonotopes with another zonotope can now be used with zonotopes of different order (#1205)
- The interface for
decomposehas changed. We now require three arguments: the set, the partition (although there is an option to specify a uniform block size), and a single option for approximation (#1179)
Files
JuliaReach/LazySets.jl-v1.9.0.zip
Files
(391.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:c61ab611099729b75b3d1bb4efacbd01
|
391.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaReach/LazySets.jl/tree/v1.9.0 (URL)