sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.24k stars 432 forks source link

Tree-Like Tableaux #16111

Open 087a1043-4634-4ee8-ad42-b852c243fe15 opened 10 years ago

087a1043-4634-4ee8-ad42-b852c243fe15 commented 10 years ago

Implementation of the tree-like tableaux.

Depends on #16123 Depends on #16192

Component: combinatorics

Keywords: tlt, tree like tableaux, tree-like tableau, days57, days78

Author: Adrien Boussicault, Patxi Laborde Zubieta

Branch/Commit: u/patxiku/combinat/tree_like_tableaux_2 @ a84d961

Issue created by migration from https://trac.sagemath.org/ticket/16111

087a1043-4634-4ee8-ad42-b852c243fe15 commented 10 years ago

Branch: u/patxiku/tree_like_tableaux

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

Commit: 50a31e1

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

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

50a31e1Still continuing to implement
c270b1b6-1da3-4e49-b2c9-ab561f083022 commented 10 years ago

Changed keywords from tlt, tree like tableaux, tree-like tableau to tlt, tree like tableaux, tree-like tableau, days57

087a1043-4634-4ee8-ad42-b852c243fe15 commented 10 years ago

Dependencies: 16123

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

Changed commit from 50a31e1 to 2e21739

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

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

1052b86Add a setter in ClonableArray and ClonableList
4c86f09Merge branch 't/16123/adding_a_list_setter_in_clonablelist' into t/16111/tree_like_tableaux
2e21739continuing to implement Tree Like Tableaux
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

Changed commit from 2e21739 to 5273097

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 10 years ago

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

5273097Changed the Copyright.
fchapoton commented 10 years ago

Changed dependencies from 16123 to #16123, #10194

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 9 years ago

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

898b5c0Added tree_like_tableaux.py to all.py and started again implementing.
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 9 years ago

Changed commit from 5273097 to 898b5c0

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 9 years ago

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

7ea864dSome minor documentation correction
8a978351 test bug
0ce33f7Some minor doc correction
293d16cDoc for non ambiguous trees compile
d7b02e4Doc ...
250b639Improve doc of non-ambiguous trees
e92d96bImprove documentation
a802604Move NAT from Tableaux to Trees
86f61a9Small documentation changement
0465697Merge branch 'u/boussica/non_ambiguous_tree' of git://trac.sagemath.org/sage into t/16111/tree_like_tableaux
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 9 years ago

Changed commit from 898b5c0 to 0465697

087a1043-4634-4ee8-ad42-b852c243fe15 commented 9 years ago

Changed dependencies from #16123, #10194 to #16123, #10194, #16192

087a1043-4634-4ee8-ad42-b852c243fe15 commented 8 years ago

Last 10 new commits:

c7270a6Add some documentation
86e636dAdd Non ambiguous trees
8fdd4ccA small correction in the documentation
8df4426Add Non ambiguous trees
1597126Merge branch 't/19446/hook_statistics_in_binary_trees' into u/boussica/non_ambiguous_tree_2
d1b0847A small correction in the documentation
f7152feMerge branch 't/16110/parallelogram_polyomino_2' into t/16192/non_ambiguous_tree_2
510fd9aMerge branch 'u/boussica/non_ambiguous_tree_2' of git://trac.sagemath.org/sage into t/16192/non_ambiguous_tree_2
501462bUpdate Non ambiguous tree documentation
b013772Fixing compatibility with changes in binary_tree.py
087a1043-4634-4ee8-ad42-b852c243fe15 commented 8 years ago

Changed commit from 0465697 to b013772

087a1043-4634-4ee8-ad42-b852c243fe15 commented 8 years ago

Changed branch from u/patxiku/tree_like_tableaux to u/patxiku/combinat/tree_like_tableaux_2

087a1043-4634-4ee8-ad42-b852c243fe15 commented 8 years ago

Changed dependencies from #16123, #10194, #16192 to #16123, #16192

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 8 years ago

Changed commit from b013772 to 6a643ef

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 8 years ago

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

6a643efStarting new branch
087a1043-4634-4ee8-ad42-b852c243fe15 commented 8 years ago

Changed keywords from tlt, tree like tableaux, tree-like tableau, days57 to tlt, tree like tableaux, tree-like tableau, days57, days78

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 8 years ago

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

d3b1729Added symmetric tree-like tableaux + Removed SetFactory
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 8 years ago

Changed commit from 6a643ef to d3b1729

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 8 years ago

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

99e238fAdd Documentation and Tests for PP.
4c4fd49Now PP have the good size : the half-permiter
8fa80d0Add Non ambiguous trees
6676817A small correction in the documentation
b7f9e63Update Non ambiguous tree documentation
09a468bFixing compatibility with changes in binary_tree.py
157e859Merge branch 'u/boussica/non_ambiguous_tree_2' of git://trac.sagemath.org/sage into t/16192/non_ambiguous_tree_2
8ffa615Starting new branch
16ae139Added symmetric tree-like tableaux + Removed SetFactory
982c29dMerge branch 'u/patxiku/combinat/tree_like_tableaux_2' of git://trac.sagemath.org/sage into t/16111/tree_like_tableaux_2
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 8 years ago

Changed commit from d3b1729 to 982c29d

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 7 years ago

Changed commit from 982c29d to a84d961

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 7 years ago

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

f6e21b9Bug in `__iter__` TreeLikeTableaux_size
358b4ddGlobal options added for graphics (not finished)
a84d961Forgot to save before commit