-
-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Description
The current IntegerVector.check() method only checks for the positivity of each element. This adds a check for specified totals (n) and lengths (k).
This ticket also allows for any collections.abc.Sequence object to be checked as an integer vector.
CC: @tscrim @trevorkarn @darijgr
Component: combinatorics
Keywords: gsoc2022 integer-vector check
Author: Trevor K. Karn
Branch/Commit: 43e6813
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/34510