COIN-OR::LEMON - Graph Library

Changeset 606:81a0c2f2f7c6 in lemon-0.x for src/hugo/full_graph.h


Ignore:
Timestamp:
05/11/04 16:58:09 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@788
Message:

docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/full_graph.h

    r592 r606  
    1 // -*- mode:C++ -*-
     1// -*- c++ -*-
    22
    33#ifndef HUGO_FULL_GRAPH_H
     
    2121
    2222  ///This is a simple and fast directed full graph implementation.
    23   ///It it completely static, so you can neither add nor delete either
     23  ///It is completely static, so you can neither add nor delete either
    2424  ///edges or nodes.
    2525  ///Otherwise it conforms to the graph interface documented under
Note: See TracChangeset for help on using the changeset viewer.