Changeset 405:a2d8ec38e8db in lemon-0.x for src/work/alpar/list_graph.h
- Timestamp:
- 04/26/04 10:07:53 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/list_graph.h
r404 r405 1 1 // -*- mode:C++ -*- 2 2 3 #ifndef HUGO_ SMART_GRAPH_H4 #define HUGO_ SMART_GRAPH_H3 #ifndef HUGO_LIST_GRAPH_H 4 #define HUGO_LIST_GRAPH_H 5 5 6 6 ///\file 7 ///\brief ListGraph and SymListGraphclasses.7 ///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes. 8 8 9 9 #include <vector> … … 1567 1567 1568 1568 }; 1569 1570 1571 1572 1573 1574 1575 1576 1569 1577 1570 } //namespace hugo 1578 1571 1579 1580 1581 1582 #endif //SMART_GRAPH_H 1572 #endif //HUGO_LIST_GRAPH_H
Note: See TracChangeset
for help on using the changeset viewer.