From 0f942a42950342c5cd734aff18ae2139bd054714 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 29 May 2007 16:12:27 +0000 Subject: A package that returns all the combinations and permutations, without repitition, of a given set and subset size. Associative arrays are preserved. WWW: http://pear.php.net/package/Math_Combinatorics/ PR: ports/112824 Submitted by: Zhen REN --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 69168d993e6b..d1398969b308 100644 --- a/math/Makefile +++ b/math/Makefile @@ -273,6 +273,7 @@ SUBDIR += p5-bignum SUBDIR += pari SUBDIR += parmetis + SUBDIR += pear-Math_Combinatorics SUBDIR += pecl-big_int SUBDIR += pecl-stats SUBDIR += petsc -- cgit