From: <no...@so...> - 2002-12-12 19:36:05
|
Bugs item #612436, was opened at 2002-09-21 00:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105083&aid=612436&group_id=5083 Category: None Group: mathematical wrong Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Bug in NumberPartition Initial Comment: When excuting the command NumberPartitions(8), among the partitions produced are {4, 4, 1}, {3, 3, 2, 1}, and {2, 2, 2, 2, 1}. Each of these has an extraneous 1. This problem seems to be present for values 8 or larger. Values 7 or less do not exhibit this problem. I'm using version 0.8pre2. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-12-12 11:36 Message: Logged In: NO This is fixed in the CVS (see module hartmath2) [hartmath2 \src\com\hartmath\combinatoric\NumberPartitions.java] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105083&aid=612436&group_id=5083 |