Limbo
|
Capacity scaling algorithm for min-cost flow. More...
#include <DualMinCostFlow.h>
Public Types | |
typedef T | value_type |
value type | |
typedef MinCostFlowSolver< T, V > | base_type |
base type | |
typedef base_type::dualsolver_type | dualsolver_type |
dual min-cost flow solver type | |
typedef lemon::CapacityScaling < typename dualsolver_type::graph_type, value_type, value_type > | alg_type |
algorithm type | |
typedef T | value_type |
value type | |
typedef MinCostFlowSolver< T, V > | base_type |
base type | |
typedef base_type::primalsolver_type | primalsolver_type |
dual min-cost flow solver type | |
typedef lemon::CapacityScaling < typename primalsolver_type::graph_type, value_type, value_type > | alg_type |
algorithm type | |
![]() | |
typedef DualMinCostFlow< T, V > | dualsolver_type |
dual min-cost flow solver type | |
typedef MinCostFlow< T, V > | primalsolver_type |
dual min-cost flow solver type | |
Protected Member Functions | |
void | copy (CapacityScaling const &rhs) |
copy object | |
void | copy (CapacityScaling const &rhs) |
copy object | |
![]() | |
void | copy (MinCostFlowSolver const &) |
copy object | |
void | copy (MinCostFlowSolver const &) |
copy object | |
Protected Attributes | |
int | m_factor |
scaling factor for the algorithm | |
Capacity scaling algorithm for min-cost flow.
T | coefficient type |
V | variable type |
Definition at line 31 of file DualMinCostFlow.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
API to run min-cost flow solver.
d | dual min-cost flow object |
Implements limbo::solvers::MinCostFlowSolver< T, V >.
Definition at line 536 of file MinCostFlow.h.
|
inlinevirtual |
API to run min-cost flow solver.
d | dual min-cost flow object |
Implements limbo::solvers::MinCostFlowSolver< T, V >.
Definition at line 632 of file DualMinCostFlow.h.
|
inline |
|
inline |