From 0a0847550a9fbbbd1a9af6aed563a2e6b9d3c832 Mon Sep 17 00:00:00 2001 From: Antoine Dutot Date: Wed, 11 Mar 2009 08:38:14 +0000 Subject: [PATCH] --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 00000000..711b2e03 --- /dev/null +++ b/Changelog @@ -0,0 +1,4 @@ +March 11 2009: dutot + * The AStar algorithm is now able to handle multi graphs with distinct weights on edges + between two same nodes. + * Added a JUnit test in the gs-test package for this algorithm. \ No newline at end of file