Blame multiset/ChangeLog

Packit 67cb25
2011-09-12  Rhys Ulerich  <rhys.ulerich@gmail.com>
Packit 67cb25
Packit 67cb25
	* init.c (gsl_multiset_alloc): remove incorrect (k, n) constraint per
Packit 67cb25
	question from Michael Underwood <munderwood@qis.ucalgary.ca>.  k strictly
Packit 67cb25
	greater than n is permissible.  Incorrect constraint due to copy'n'pase
Packit 67cb25
	from combinations logic.
Packit 67cb25
Packit 67cb25
	* multiset.c (gsl_multiset_valid): likewise
Packit 67cb25
Packit 67cb25
	* test.c: add tests to verify k > n working as expected.
Packit 67cb25
Packit 67cb25
2009-09-21  Rhys Ulerich  <rhys.ulerich@gmail.com>
Packit 67cb25
Packit 67cb25
	* added multiset support to GSL based on combinations