Changeset 956:141f9c0db4a3 in lemon for lemon/full_graph.h
- Timestamp:
- 03/06/10 15:35:12 (15 years ago)
- Branch:
- default
- Children:
- 957:f802439d2b58, 959:38213abd2911, 1041:f112c18bc304
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/full_graph.h
r834 r956 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-20 095 * Copyright (C) 2003-2010 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 204 204 /// \brief Returns the node with the given index. 205 205 /// 206 /// Returns the node with the given index. Since this structure is 206 /// Returns the node with the given index. Since this structure is 207 207 /// completely static, the nodes can be indexed with integers from 208 208 /// the range <tt>[0..nodeNum()-1]</tt>. … … 213 213 /// \brief Returns the index of the given node. 214 214 /// 215 /// Returns the index of the given node. Since this structure is 215 /// Returns the index of the given node. Since this structure is 216 216 /// completely static, the nodes can be indexed with integers from 217 217 /// the range <tt>[0..nodeNum()-1]</tt>. … … 583 583 /// \brief Returns the node with the given index. 584 584 /// 585 /// Returns the node with the given index. Since this structure is 585 /// Returns the node with the given index. Since this structure is 586 586 /// completely static, the nodes can be indexed with integers from 587 587 /// the range <tt>[0..nodeNum()-1]</tt>. … … 592 592 /// \brief Returns the index of the given node. 593 593 /// 594 /// Returns the index of the given node. Since this structure is 594 /// Returns the index of the given node. Since this structure is 595 595 /// completely static, the nodes can be indexed with integers from 596 596 /// the range <tt>[0..nodeNum()-1]</tt>.
Note: See TracChangeset
for help on using the changeset viewer.