Changeset 956:141f9c0db4a3 in lemon for lemon/min_cost_arborescence.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/min_cost_arborescence.h
r891 r956 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-20 085 * Copyright (C) 2003-2010 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 129 129 public: 130 130 131 /// \brief The \ref MinCostArborescenceDefaultTraits "traits class" 132 /// of the algorithm. 131 /// \brief The \ref MinCostArborescenceDefaultTraits "traits class" 132 /// of the algorithm. 133 133 typedef TR Traits; 134 134 /// The type of the underlying digraph. … … 437 437 /// \ref named-templ-param "Named parameter" for setting 438 438 /// \c PredMap type. 439 /// It must meet the \ref concepts::WriteMap "WriteMap" concept, 439 /// It must meet the \ref concepts::WriteMap "WriteMap" concept, 440 440 /// and its value type must be the \c Arc type of the digraph. 441 441 template <class T>
Note: See TracChangeset
for help on using the changeset viewer.