Skip to content

Commit

Permalink
Update src/Approximations/overapproximate.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets authored Feb 27, 2019
1 parent 89c4fa4 commit 42f7f9f
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 @@ -135,7 +135,7 @@ A hyperrectangle.
If `c` and `r` denote the center and vector radius of a hyperrectangle `H`,
a tight hyperrectangular overapproximation of `M * H` is obtained by transforming
`c ↦ M*c` and `r ↦ abs.() * c`, where `abs.(⋅)` denotes the element-wise absolute
`c ↦ M*c` and `r ↦ abs.(M) * c`, where `abs.(⋅)` denotes the element-wise absolute
value operator.
"""
function overapproximate(lm::LinearMap{N, <:AbstractHyperrectangle{N}},
Expand Down

0 comments on commit 42f7f9f

Please sign in to comment.