Skip to content
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

Closed
kliem opened this issue Feb 20, 2020 · 14 comments
Closed

flag_f_vector for polyhedra #29224

kliem opened this issue Feb 20, 2020 · 14 comments

Comments

@kliem
Copy link
Contributor

kliem commented Feb 20, 2020

We add a method to Polyhedron_base and CombinatorialPolyhedron, which wraps flag_f_polynomial of FiniteLatticePoset so that flag_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

@kliem kliem added this to the sage-9.1 milestone Feb 20, 2020
@kliem
Copy link
Contributor Author

kliem commented Feb 21, 2020

Author: Jonathan Kliem, Laith Rastanwi

@kliem
Copy link
Contributor Author

kliem commented Feb 21, 2020

Branch: public/29224

@kliem
Copy link
Contributor Author

kliem commented Feb 21, 2020

Commit: fe7d4bb

@kliem
Copy link
Contributor Author

kliem commented Feb 21, 2020

New commits:

d3d4285tempory commit
aefbc44flag_f_vector for combinatorial polyhedron
fe7d4bbflag-f-vector for Polyhedron_base

@jplab
Copy link

jplab commented Feb 28, 2020

comment:2

A few things:

  • In the documentation, (number of faces of each dimension) should not say the same as the f-vector but say what the flag f-vector counts.
  • Remove the backticks and add dash (in combinatorial polyhedron too):
-        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
  • Backticks missing here (in combinatorial polyhedron file too):
-        counts the number of flags `F_0 \subset \dots \subset F_n
+        counts the number of flags `F_0 \subset \dots \subset F_n`
  • Spelling (in combinatorial polyhedron too):
-        - 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

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 28, 2020

Changed commit from fe7d4bb to 83709e2

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 28, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

83709e2typos

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 28, 2020

Changed commit from 83709e2 to 075c7a8

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 28, 2020

Branch pushed to git repo; I updated commit sha1. New commits:

075c7a8fixed index error

@jplab
Copy link

jplab commented Feb 28, 2020

comment:6

Thanks! It looks good to me now.

@jplab
Copy link

jplab commented Feb 28, 2020

Reviewer: Jean-Philippe Labbé

@vbraun
Copy link
Member

vbraun commented Mar 1, 2020

Changed branch from public/29224 to 075c7a8

@mkoeppe
Copy link
Contributor

mkoeppe commented Jun 6, 2020

Changed commit from 075c7a8 to none

@mkoeppe
Copy link
Contributor

mkoeppe commented Jun 6, 2020

Changed author from Jonathan Kliem, Laith Rastanwi to Jonathan Kliem, Laith Rastanawi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants