Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 19, 2024
1 parent 9c5604f commit 423ba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Approximations/overapproximate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ function load_paving_overapproximation()
converted into hyperrectangles, and then calculates the support function of the
set along each direction in dirs, to compute the `HPolyhedron` constraints.
### Requires IntervalConstraintProgramming
This algorithm requires the IntervalConstraintProgramming package.
"""
function overapproximate(p::Paving{L,N}, dirs::AbstractDirections{N,VN}) where {L,N,VN}
# enclose outer approximation
Expand Down

0 comments on commit 423ba96

Please sign in to comment.