COIN-OR::LEMON - Graph Library

Changeset 1162:2f51fccbc261 in lemon-0.x for ChangeLog


Ignore:
Timestamp:
02/21/05 11:08:12 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Tags:
lemon-0.3
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1563
Message:

New features in v0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r987 r1162  
    1         * ValueType -> Value, KeyType -> Key, ReferenceType ->Reference,
    2           PointerType -> Pointer
    3         * target() -> target(), source() -> source()
    4         * Graph factory
    5         * Right include paths in documentation
     12005-02-21  Alpar Juttner  <alpar@cs.elte.hu>
     2
     3        * Version 0.3 released
     4        * List of new features and changes     
     5          * Redesigned Graph infrastructures
     6          + Standardized LEMON exceptions
     7          + Undirected Graph
     8          + Standard graph file format, input and output classes for it.
     9          * head() -> target(), tail() -> source()
     10          * Some standard namings have changes:
     11            ValueType -> Value,
     12            KeyType -> Key,
     13            ReferenceType ->Reference,
     14            PointerType -> Pointer
     15          + GraphToEps: A simple graph drawer
     16          * Better documentation
    617       
    7182004-09-30  Alpar Juttner  <alpar@cs.elte.hu>
Note: See TracChangeset for help on using the changeset viewer.