doc/template.h
author deba
Tue, 17 Oct 2006 10:50:57 +0000
changeset 2247 269a0dcee70b
parent 1875 98698b69a902
child 2391 14a343be7a5a
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
alpar@991
     1
/* -*- C++ -*-
alpar@991
     2
 *
alpar@2157
     3
 * This file is a part of LEMON, a generic C++ optimization library
alpar@2157
     4
 *
alpar@2157
     5
 * Copyright (C) 2003-2006
alpar@2157
     6
 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@1359
     7
 * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@991
     8
 *
alpar@991
     9
 * Permission to use, modify and distribute this software is granted
alpar@991
    10
 * provided that this copyright notice appears in all copies. For
alpar@991
    11
 * precise terms see the accompanying LICENSE file.
alpar@991
    12
 *
alpar@991
    13
 * This software is provided "AS IS" with no warranty of any kind,
alpar@991
    14
 * express or implied, and with no claim as to its suitability for any
alpar@991
    15
 * purpose.
alpar@991
    16
 *
alpar@991
    17
 */
alpar@991
    18
alpar@991
    19
#ifndef LEMON_TEMPLATE_H
alpar@991
    20
#define LEMON_TEMPLATE_H
alpar@991
    21
alpar@991
    22
#endif // LEMON_TEMPLATE_H