Published January 27, 2019
| Version v1.6.0
Software
Open
JuliaReach/LazySets.jl: v1.6.0
Authors/Creators
- 1. UdelaR
- 2. Massey University
Description
Note: this release is fully compatible with Julia v0.7/1.0 and also with Julia v0.6.
Features- added most standard methods for
UnionSetandUnionSetArray(#1012) - added membership test for
VPolytope(#999) - added subset test for
HPolyhedron(#975) - added
linear_mapfor more sets: - added
splitmethod for zonotopes (#1018) - added
use_type_assumptionoption toisboundedfor thoroughly checking for boundedness ofHPolytopeandHPolygon(#978) - added
check_boundednessoption to the constructor ofHPolytopeandHPolygon(#978) - added
constraints_listforHyperplaneandLine(#1046),LinearMap(#1058),IntersectionandIntersectionArray(#1053) - added
tosimplehrep(#1053) - added
remove_redundant_constraintsandremove_redundant_constraints!(#1053) - added concrete
intersectionwithLinearMap(#1069) - added
AbstractPolyhedroninterface (#1077)
- fixed
isdisjointbetween polyhedra (#1044) - fixed
tohrepofVPolygon(#1072) - fixed an unbounded support value for an
Intersectionwith a bounded set and anHPolyhedron(#1075)
- efficient concrete
intersectionwithAbstractSingleton(#1027) - intersection of polyhedra now makes use of
remove_redundant_constraintsby default, and it returns an empty set if the intersection is detected to be empty (#1040); use theuse_polyhedra_interface=truekeyword inintersectionto get the old behavior isemptyforHPolyhedronandHPolytopedoes not requirePolyhedraanymore (#1056)
Files
JuliaReach/LazySets.jl-v1.6.0.zip
Files
(360.7 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:dfe52ea2659b0cba4ae010819c69500d
|
360.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaReach/LazySets.jl/tree/v1.6.0 (URL)