Skip to content

Commit

Permalink
Merge pull request #3578 from JuliaReach/schillic/SSPZ
Browse files Browse the repository at this point in the history
Add missing import
  • Loading branch information
schillic authored Jul 12, 2024
2 parents f16e384 + b6f6f9c commit c67d60b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ using LinearAlgebra: dot

@reexport import ..API: convex_hull, center, isoperationtype, rand, linear_map
@reexport import ..LazySets: expmat, genmat, genmat_dep, genmat_indep, ngens,
polynomial_order, remove_redundant_generators
ngens_indep, polynomial_order,
remove_redundant_generators
@reexport using ..API

export SimpleSparsePolynomialZonotope,
Expand Down

0 comments on commit c67d60b

Please sign in to comment.