-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#773 Add concrete intersection between HPolyhedron and any AbstractPolytope #774
Conversation
I also could not resist: The first commit is unrelated. |
@@ -81,15 +81,24 @@ if test_suite_polyhedra | |||
# ----- | |||
|
|||
# intersection | |||
# TODO these polyhedra are empty. do the tests make any sense? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm true, vertices_list(p1)
gives [0.0, 0.0]
, i think it we should rather define another nonempty polyhedron instance for intersection.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
well it depends on the given concrete set whether it is easier to calculate its |
Right, I created #775 for obtaining the most efficient polytope type. |
Codecov Report
@@ Coverage Diff @@
## master #774 +/- ##
==========================================
+ Coverage 94.44% 94.66% +0.22%
==========================================
Files 53 53
Lines 1835 1837 +2
==========================================
+ Hits 1733 1739 +6
+ Misses 102 98 -4
Continue to review full report at Codecov.
|
Codecov, you are 9 minutes late to the party ⌚ |
Closes #773.