Skip to content

Commit 9a766bd

Browse files
committed
add comm
1 parent 94e7e21 commit 9a766bd

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

src/Algorithms/HLBS25/reach_homog.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function reach_homog_HLBS25!(F::Vector{ReachSet{N,S}},
5050
Δt0::TimeInterval,
5151
idg::IDGenerator) where {N,S<:SparsePolynomialZonotope{N},
5252
MN<:AbstractMatrix{N}}
53-
_ = idg
53+
_ = idg #remove?
5454
# initial reach set
5555
Δt = (zero(N) .. δ) + Δt0
5656
Z_poly, Z_zono = _split_reduce_spz(Ω0, max_order_poly, max_order_zono, reduction_method)

src/Discretization/CorrectionHullMatrixZonotope.jl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
module CorrectionHullMatrixZonotopeModule
22

33
using LazySets: ExponentialMap, MatrixZonotope, MatrixZonotopeExp,
4-
SparsePolynomialZonotope, dim, indexvector, ngens,
5-
overapproximate
4+
SparsePolynomialZonotope, AbstractZonotope,
5+
dim, indexvector, ngens, overapproximate
66
using Reexport: @reexport
77
using MathematicalSystems: IVP, LinearParametricContinuousSystem,
8-
LinearParametricDiscreteSystem, initial_state,
9-
state_matrix
8+
LinearParametricDiscreteSystem,
9+
ConstrainedLinearControlParametricContinuousSystem,
10+
ConstrainedLinearControlParametricDiscreteSystem,
11+
initial_state, state_matrix
1012
using ..DiscretizationModule
1113
using ..ReachabilityAnalysis: IDGenerator, synchronize!, fresh!
1214
using LinearAlgebra: I, norm

0 commit comments

Comments
 (0)