Skip to content

Commit

Permalink
Merge pull request #3545 from JuliaReach/schillic/reexport
Browse files Browse the repository at this point in the history
Make all API functions available in IntervalModule & EmptySetModule
  • Loading branch information
schillic authored Jul 2, 2024
2 parents 6f2571e + d445c3e commit 91d2d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Sets/EmptySet/EmptySetModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ using ReachabilityBase.Iteration: EmptyIterator
volume,
convex_hull, intersection, isdisjoint,
@reexport import ..LazySets: chebyshev_center_radius, plot_recipe
@reexport using ..API

export EmptySet, ∅

Expand Down
1 change: 1 addition & 0 deletions src/Sets/Interval/IntervalModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import IntervalArithmetic as IA
@reexport import ..LazySets: chebyshev_center_radius, isflat, ngens, plot_recipe,
radius_hyperrectangle, split
import Base: convert, -, *, min, max
@reexport using ..API

export Interval

Expand Down

0 comments on commit 91d2d11

Please sign in to comment.