sage.geometry.integral_points: Use generic impl if no matrix_integer_dense#35135
sage.geometry.integral_points: Use generic impl if no matrix_integer_dense#35135vbraun merged 3 commits intosagemath:developfrom
sage.geometry.integral_points: Use generic impl if no matrix_integer_dense#35135Conversation
…teger_dense is not available
Codecov ReportBase: 88.59% // Head: 88.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #35135 +/- ##
========================================
Coverage 88.59% 88.59%
========================================
Files 2140 2141 +1
Lines 396961 396965 +4
========================================
+ Hits 351671 351703 +32
+ Misses 45290 45262 -28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Documentation preview for this PR is ready! 🎉 |
| @@ -0,0 +1,6 @@ | |||
| #cython: wraparound=False, boundscheck=False | |||
There was a problem hiding this comment.
To my understanding, this file will just not build, if flint is not present.
From my quick "research" of the state of things, this file will not be included in a sage polyhedra distribution, if flint is not present?
There was a problem hiding this comment.
Which modules are included in any distribution is static.
This module is simply not included in sagemath-polyhedra and will be provided by a different distribution.
|
Thanks for the review! |
📚 Description
This is for the distribution sagemath-polyhedra (#32432) so that it does not have to depend on the flint library.
📝 Checklist
⌛ Dependencies