Skip to content

Commit 1875a8e

Browse files
committed
comment
1 parent 2769bfb commit 1875a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Approximations/overapproximate.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ function load_paving_overapproximation()
641641
converted into hyperrectangles, and then calculates the support function of the
642642
set along each direction in dirs, to compute the `HPolyhedron` constraints.
643643
644-
### Requires IntervalConstraintProgramming
644+
This algorithm requires the IntervalConstraintProgramming package.
645645
"""
646646
function overapproximate(p::Paving{L,N}, dirs::AbstractDirections{N,VN}) where {L,N,VN}
647647
# enclose outer approximation

0 commit comments

Comments
 (0)