Changeset 1165:16f55008c863 in lemon for lemon/network_simplex.h
- Timestamp:
- 01/30/12 23:24:40 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/network_simplex.h
r1026 r1165 49 49 /// 50 50 /// In general, \ref NetworkSimplex and \ref CostScaling are the fastest 51 /// implementations available in LEMON for this problem. 51 /// implementations available in LEMON for solving this problem. 52 /// (For more information, see \ref min_cost_flow_algs "the module page".) 52 53 /// Furthermore, this class supports both directions of the supply/demand 53 54 /// inequality constraints. For more information, see \ref SupplyType. … … 1007 1008 } 1008 1009 1009 /// \brief Return the flow map (the primal solution). 1010 /// \brief Copy the flow values (the primal solution) into the 1011 /// given map. 1010 1012 /// 1011 1013 /// This function copies the flow value on each arc into the given … … 1031 1033 } 1032 1034 1033 /// \brief Return the potential map (the dual solution). 1035 /// \brief Copy the potential values (the dual solution) into the 1036 /// given map. 1034 1037 /// 1035 1038 /// This function copies the potential (dual value) of each node
Note: See TracChangeset
for help on using the changeset viewer.