Skip to content

Commit

Permalink
Update src/Approximations/overapproximate.jl
Browse files Browse the repository at this point in the history
Co-Authored-By: mforets <[email protected]>
  • Loading branch information
schillic and mforets authored Jan 16, 2019
1 parent d13c881 commit 3000a51
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 @@ -151,7 +151,7 @@ A hyperrectangle.
This function implements the method in [Section 5.1.2, 1]. A zonotope
``Z = ⟨c, G⟩`` can be overapproximated tightly by an axis-aligned box
(i.e. an `Hyperrectangle`) such that its center is ``c`` and the radius along
(i.e. a `Hyperrectangle`) such that its center is ``c`` and the radius along
dimension ``i`` is the column-sum of the absolute values of the ``i``-th row
of ``G`` for ``i = 1,…, p``, where ``p`` is the number of generators of ``Z``.
Expand Down

0 comments on commit 3000a51

Please sign in to comment.