src/work/alpar/list_graph.h
changeset 542 69bde1d90c04
parent 531 66f1c466889f
equal deleted inserted replaced
12:505505cdaa22 13:7a36257147bc
     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>
    12 
    12 
    13 #include "invalid.h"
    13 #include <hugo/invalid.h>
    14 
    14 
    15 namespace hugo {
    15 namespace hugo {
    16 
    16 
    17 /// \addtogroup graphs
    17 /// \addtogroup graphs
    18 /// @{
    18 /// @{