-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
flag_f_vector
for polyhedra
#29224
Comments
Author: Jonathan Kliem, Laith Rastanwi |
Branch: public/29224 |
Commit: |
comment:2
A few things:
- Return the `flag_f_vector`.
+ Return the flag f-vector. - For each `-1 < i_0 < \dots < i_n < d` the `flag_f_vector`
+ For each `-1 < i_0 < \dots < i_n < d` the flag f-vector
- counts the number of flags `F_0 \subset \dots \subset F_n
+ counts the number of flags `F_0 \subset \dots \subset F_n`
- - a dictionary, if no arguments where given
-
- - an Integer, if arguments where given
+ - a dictionary, if no arguments were given
+
+ - an Integer, if arguments were given |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Thanks! It looks good to me now. |
Reviewer: Jean-Philippe Labbé |
Changed branch from public/29224 to |
Changed commit from |
Changed author from Jonathan Kliem, Laith Rastanwi to Jonathan Kliem, Laith Rastanawi |
We add a method to
Polyhedron_base
andCombinatorialPolyhedron
, which wrapsflag_f_polynomial
ofFiniteLatticePoset
so thatflag_f_vector(1,3)
returns the f_{1,3}.CC: @jplab @LaisRast
Component: geometry
Keywords: polyhedra, flag-vector
Author: Jonathan Kliem, Laith Rastanawi
Branch:
075c7a8
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/29224
The text was updated successfully, but these errors were encountered: