-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3704 from JuliaReach/schillic/hpoly
`HPolyhedron`/`HPolytope`: revise docs entries, shorten docs
- Loading branch information
Showing
12 changed files
with
267 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
""" | ||
constraints_list(P::HPoly) | ||
Return the list of constraints defining a polyhedron in constraint | ||
representation. | ||
### Input | ||
- `P` -- polyhedron in constraint representation | ||
### Output | ||
The list of constraints of the polyhedron. | ||
""" | ||
function constraints_list(P::HPoly) | ||
return P.constraints | ||
end |
Oops, something went wrong.