src/work/alpar/list_graph.h
changeset 498 eb8bfa683d92
parent 408 cc8629dc2935
child 503 769f31e9f7b0
equal deleted inserted replaced
7:c6921833ab59 8:71f0138dc4f2
     1 // -*- mode:C++ -*-
     1 // -*- mode:C++ -*-
     2 
     2 
     3 #ifndef HUGO_LIST_GRAPH_H
     3 #ifndef HUGO_LIST_GRAPH_H
     4 #define HUGO_LIST_GRAPH_H
     4 #define HUGO_LIST_GRAPH_H
     5 
     5 
     6 ///ingroup graphs
     6 ///\ingroup graphs
     7 ///\file
     7 ///\file
     8 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
     8 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
     9 
     9 
    10 #include <vector>
    10 #include <vector>
    11 #include <limits.h>
    11 #include <limits.h>