src/include/smart_graph.h
changeset 491 4804c967543d
parent 456 02c28d3cf97b
child 503 769f31e9f7b0
equal deleted inserted replaced
7:0365c0b986e2 8:ee4a1a8bce25
     1 // -*- mode:C++ -*-
     1 // -*- mode:C++ -*-
     2 
     2 
     3 #ifndef HUGO_SMART_GRAPH_H
     3 #ifndef HUGO_SMART_GRAPH_H
     4 #define HUGO_SMART_GRAPH_H
     4 #define HUGO_SMART_GRAPH_H
     5 
     5 
     6 ///ingroup graphs
     6 ///\ingroup graphs
     7 ///\file
     7 ///\file
     8 ///\brief SmartGraph and SymSmartGraph classes.
     8 ///\brief SmartGraph and SymSmartGraph classes.
     9 
     9 
    10 #include <vector>
    10 #include <vector>
    11 #include <limits.h>
    11 #include <limits.h>