Skip to content

v1.18.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 30 Aug 09:28
v1.18.0
02e561c

Features

  • added hausdorff_distance function to compute the Hausdorff distance between two sets (#1538)
  • added alternative Zonotope overapproximation of the convex hull of two zonotopes (#1397)
  • added concrete intersection between CartesianProductArray and AbstractPolyhedron (#1608)
  • added concrete convex_hull of polytopic sets (#1637)
  • added implementing_sets function to obtain the list of LazySet types that implement a set operation (#1616)
  • added concrete linear_map for polyhedral CartesianProducts and CartesianProductArrays (#1618)

Bug-fixes

  • fixed ambiguities for lazy Intersection of polyhedra (#1354)
  • fixed set membership test for VPolytope (#1646)