Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
saved the functions rank and from_rank in choose_nk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zabrocki committed Jun 11, 2015
1 parent 63df8b7 commit 5258e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/combinat/combination.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from combinat import CombinatorialClass
from integer_vector import IntegerVectors
from sage.misc.misc import uniq
from choose_nk import rank, from_rank

def Combinations(mset, k=None):
"""
Expand Down
1 change: 1 addition & 0 deletions src/sage/combinat/subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
from sage.rings.arith import binomial
from sage.rings.integer_ring import ZZ
from sage.rings.integer import Integer
import choose_nk

ZZ_0 = ZZ.zero()

Expand Down

0 comments on commit 5258e5e

Please sign in to comment.