Skip to content

Commit

Permalink
remove confusing membership method
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jun 14, 2024
1 parent f922cc3 commit 0deb3d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Flowpipes/Flowpipe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ function ∈(x::AbstractVector{N}, fp::Flowpipe{N,<:AbstractLazyReachSet{N}}) wh
return any(R -> x set(R), array(fp))
end

function (x::AbstractVector{N},
fp::VT) where {N,RT<:AbstractLazyReachSet{N},VT<:AbstractVector{RT}}
return any(R -> x set(R), fp)
end

function LazySets.linear_map(M, fp::Flowpipe)
out = [linear_map(M, R) for R in fp]
return Flowpipe(out, fp.ext)
Expand Down

0 comments on commit 0deb3d7

Please sign in to comment.