COIN-OR::LEMON - Graph Library

Changeset 294:f0ff6981d4fd in lemon-0.x


Ignore:
Timestamp:
04/05/04 15:48:25 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@412
Message:

file doc added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/suurballe.h

    r291 r294  
    22#ifndef HUGO_SUURBALLE_H
    33#define HUGO_SUURBALLE_H
     4
     5///\file
     6///\brief Suurballe algorithm.
    47
    58#include <iostream>
     
    1720///
    1821///
    19 
    2022
    2123  template <typename Graph, typename T,
     
    8183
    8284    ///Runs Suurballe's algorithm
     85   
     86    ///Runs Suurballe's algorithm
    8387    ///Returns true iff there are k edge-disjoint paths from s to t
    8488    bool run(Node s, Node t, int k) {
Note: See TracChangeset for help on using the changeset viewer.