doc/template.h
author kpeter
Fri, 29 Feb 2008 15:55:13 +0000
changeset 2586 37fb2c384c78
parent 2391 14a343be7a5a
permissions -rw-r--r--
Reimplemented Suurballe class.

- The new version is the specialized version of CapacityScaling.
- It is about 10-20 times faster than the former Suurballe algorithm
and about 20-50 percent faster than CapacityScaling.
- Doc improvements.
- The test file is also replaced.
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@2553
     5
 * Copyright (C) 2003-2008
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