Skip to content

Commit

Permalink
let StarModule be independent of HPolytopeModule
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jul 25, 2024
1 parent 30cbda2 commit 6ca6263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/Sets/Star/StarModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module StarModule
using Reexport, Requires

using ..LazySets: AbstractPolyhedron
using ..HPolytopeModule: HPolytope
using LinearAlgebra: I, dot
using Random: AbstractRNG, GLOBAL_RNG
using ReachabilityBase.Arrays: At_mul_B, to_matrix, DEFAULT_COND_TOL
Expand Down
1 change: 1 addition & 0 deletions src/Sets/Star/init_LazySets.jl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
using .LazySets: STAR
using ..HPolytopeModule: HPolytope

0 comments on commit 6ca6263

Please sign in to comment.