ulthiel / JuLie.jl

Mathematically sound structures and fast algorithms for things around representation theory, especially algebraic Lie theory and accompanying combinatorics.
GNU General Public License v3.0
6 stars 7 forks source link

added Multiset_structure to Multiset_partitions #23

Closed schto223 closed 3 years ago

schto223 commented 3 years ago

-added(changed to) a Multiset-structure to Multiset_partitions.

-Added more convenient constructors for Partitions. (and copy(::Partition))

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@12d9681). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #23   +/-   ##
=========================================
  Coverage          ?   82.55%           
=========================================
  Files             ?       10           
  Lines             ?     1594           
  Branches          ?        0           
=========================================
  Hits              ?     1316           
  Misses            ?      278           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 12d9681...3fceae7. Read the comment docs.

schto223 commented 3 years ago

-made vector restricted partitions working

-added tests to improve code coverage -removed unreachable/dead code -removed some minor errors

-changed catalan(1)=0 to catalan(1)=1 in accordance to https://oeis.org/A000108

-changed lambda to λ, and mu to μ, in kostka_polynomials

-redefined an empty tableau as Tableau(Array{Integer,1}[]) instead of Tableau([Integer[]]). isempty(::Tableau) now returns true for an empty tableau