From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,78923ee77e5f1f73,start X-Google-Attributes: gid103376,public From: Corey Minyard Subject: Release 0.5 of the ASL containers Date: 1998/08/16 Message-ID: #1/1 X-Deja-AN: 381768915 Sender: minyard@wf-rch.cirr.com Organization: Wonderforce Research Newsgroups: comp.lang.ada Date: 1998-08-16T00:00:00+00:00 List-Id: A new vesion of the ASL (Ada Structured Library) containers have been put on to my web page - http://www.concentric.net/~Minyard. This version fills some major holes in the graph container. Now graph edges can have values and the same pair of nodes can have multiple links between them. Also, and example program was added, it finds the minimum number of states in the United States that one would have to travel to get from any state to any another state. The ASL containers are a set of container classes for Ada95. See the web page for more details. I had hoped that this release would be a documentation/example release, but them someone pointed out that graphs were quite weak. Anyway, the next release should have better documentation. Thanks to Daniel Gaudry for the help on graphs and to the various Ada compiler vendors that have helped with various points of compliance with the RM. As always, suggestions, bug fixes, criticism, and reckless enthusiastic praise are welcome :-). Release 0.5 - 8/16/1998 * 08/14/1998 - Modified the graph containers to support user values on the links. Also, they will conditionally allow multiple links between the same two nodes. These were both major oversights in the design of graphs, thanks to Daniel Gaudry for pointing this out. * 08/14/1998 - Moved all the tests to the tests directory. * 08/15/1998 - Added an example program that prints minimal paths between states in the United States. It is in the examples directory. * 08/15/1998 - Fixed some bugs in the AList container. -- Corey Minyard Internet: minyard@acm.org Work: minyard@nortel.ca UUCP: minyard@wf-rch.cirr.com