debian/copyright
author deba
Tue, 17 Oct 2006 10:50:57 +0000
changeset 2247 269a0dcee70b
permissions -rw-r--r--
Update the Path concept
Concept check for paths

DirPath renamed to Path
The interface updated to the new lemon interface
Make difference between the empty path and the path from one node
Builder interface have not been changed
// I wanted but there was not accordance about it

UPath is removed
It was a buggy implementation, it could not iterate on the
nodes in the right order
Right way to use undirected paths => path of edges in undirected graphs

The tests have been modified to the current implementation
     1 This package was debianized by LEMON Development Team <etik-ol@cs.elte.hu> on
     2 Tue, 14 Jun 2005 08:29:34 +0200.
     3 
     4 It was downloaded from http://lemon.cs.elte.hu
     5 
     6 Copyright:
     7 
     8 Copyright (C) 2003-2005 Egervary Jeno Kombinatorikus Optimalizalasi
     9 Kutatocsoport (Egervary Combinatorial Optimization Research Group,
    10 EGRES).
    11 
    12 Upstream Author(s):
    13 
    14 Mihaly Barasz <klao@cs.elte.hu>
    15 Johanna Becker <beckerjc@cs.elte.hu>
    16 Attila Bernath <athos@cs.elte.hu>
    17 Alpar Juttner <alpar@cs.elte.hu>
    18 Marton Makai <marci@cs.elte.hu>
    19 Jacint Szabo <jacint@cs.elte.hu>
    20 
    21 License:
    22 
    23 Permission is hereby granted, free of charge, to any person or organization
    24 obtaining a copy of the software and accompanying documentation covered by
    25 this license (the "Software") to use, reproduce, display, distribute,
    26 execute, and transmit the Software, and to prepare derivative works of the
    27 Software, and to permit third-parties to whom the Software is furnished to
    28 do so, all subject to the following:
    29 
    30 The copyright notices in the Software and this entire statement, including
    31 the above license grant, this restriction and the following disclaimer,
    32 must be included in all copies of the Software, in whole or in part, and
    33 all derivative works of the Software, unless such copies or derivative
    34 works are solely in the form of machine-executable object code generated by
    35 a source language processor.
    36 
    37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    38 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    39 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
    40 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
    41 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
    42 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    43 DEALINGS IN THE SOFTWARE.