We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #28850 we added an error message when taking the polar of non-polar polytopes.
We also added a keyword in_affine_span, which restricts the polar construction to the affine span of the polytope.
in_affine_span
As this is likely the output a user wants, we improve the error message.
We also mark a doctest a long time.
CC: @jplab @LaisRast
Component: geometry
Keywords: polytopes, polar
Author: Jonathan Kliem
Branch/Commit: 47a846e
47a846e
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/29074
The text was updated successfully, but these errors were encountered:
Branch: public/29074
Sorry, something went wrong.
New commits:
improved error message for polar of non-fulldimensional polytopes
Commit: 47a846e
Looks good to me! The pyflakes is taken care of in #28880.
Changed branch from public/29074 to 47a846e
0b88387
No branches or pull requests
In #28850 we added an error message when taking the polar of non-polar polytopes.
We also added a keyword
in_affine_span
, which restricts the polar construction to the affine span of the polytope.As this is likely the output a user wants, we improve the error message.
We also mark a doctest a long time.
CC: @jplab @LaisRast
Component: geometry
Keywords: polytopes, polar
Author: Jonathan Kliem
Branch/Commit:
47a846e
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/29074
The text was updated successfully, but these errors were encountered: