Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
limbo::solvers::CapacityScaling< T, V > Class Template Reference

Capacity scaling algorithm for min-cost flow. More...

#include <DualMinCostFlow.h>

Inheritance diagram for limbo::solvers::CapacityScaling< T, V >:
limbo::solvers::MinCostFlowSolver< T, V > limbo::solvers::MinCostFlowSolver< T, V >

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
 
- Public Types inherited from limbo::solvers::MinCostFlowSolver< T, V >
typedef DualMinCostFlow< T, V > dualsolver_type
 dual min-cost flow solver type
 
typedef MinCostFlow< T, V > primalsolver_type
 dual min-cost flow solver type
 

Public Member Functions

 CapacityScaling (int factor=4)
 constructor More...
 
 CapacityScaling (CapacityScaling const &rhs)
 copy constructor More...
 
CapacityScalingoperator= (CapacityScaling const &rhs)
 assignment More...
 
virtual SolverProperty operator() (dualsolver_type *d)
 API to run min-cost flow solver. More...
 
 CapacityScaling (int factor=4)
 constructor More...
 
 CapacityScaling (CapacityScaling const &rhs)
 copy constructor More...
 
CapacityScalingoperator= (CapacityScaling const &rhs)
 assignment More...
 
virtual SolverProperty operator() (primalsolver_type *d)
 API to run min-cost flow solver. More...
 
- Public Member Functions inherited from limbo::solvers::MinCostFlowSolver< T, V >
 MinCostFlowSolver ()
 constructor
 
 MinCostFlowSolver (MinCostFlowSolver const &rhs)
 copy constructor More...
 
MinCostFlowSolveroperator= (MinCostFlowSolver const &rhs)
 assignment More...
 
virtual ~MinCostFlowSolver ()
 destructor
 
 MinCostFlowSolver ()
 constructor
 
 MinCostFlowSolver (MinCostFlowSolver const &rhs)
 copy constructor More...
 
MinCostFlowSolveroperator= (MinCostFlowSolver const &rhs)
 assignment More...
 
virtual ~MinCostFlowSolver ()
 destructor
 

Protected Member Functions

void copy (CapacityScaling const &rhs)
 copy object
 
void copy (CapacityScaling const &rhs)
 copy object
 
- Protected Member Functions inherited from limbo::solvers::MinCostFlowSolver< T, V >
void copy (MinCostFlowSolver const &)
 copy object
 
void copy (MinCostFlowSolver const &)
 copy object
 

Protected Attributes

int m_factor
 scaling factor for the algorithm
 

Detailed Description

template<typename T, typename V>
class limbo::solvers::CapacityScaling< T, V >

Capacity scaling algorithm for min-cost flow.

Template Parameters
Tcoefficient type
Vvariable type

Definition at line 31 of file DualMinCostFlow.h.

Constructor & Destructor Documentation

template<typename T , typename V >
limbo::solvers::CapacityScaling< T, V >::CapacityScaling ( int  factor = 4)
inline

constructor

Parameters
factorscaling factor

Definition at line 606 of file DualMinCostFlow.h.

template<typename T , typename V >
limbo::solvers::CapacityScaling< T, V >::CapacityScaling ( CapacityScaling< T, V > const &  rhs)
inline

copy constructor

Parameters
rhsright hand side

Definition at line 613 of file DualMinCostFlow.h.

template<typename T , typename V >
limbo::solvers::CapacityScaling< T, V >::CapacityScaling ( int  factor = 4)
inline

constructor

Parameters
factorscaling factor

Definition at line 510 of file MinCostFlow.h.

template<typename T , typename V >
limbo::solvers::CapacityScaling< T, V >::CapacityScaling ( CapacityScaling< T, V > const &  rhs)
inline

copy constructor

Parameters
rhsright hand side

Definition at line 517 of file MinCostFlow.h.

Member Function Documentation

template<typename T , typename V >
virtual SolverProperty limbo::solvers::CapacityScaling< T, V >::operator() ( primalsolver_type d)
inlinevirtual

API to run min-cost flow solver.

Parameters
ddual min-cost flow object

Implements limbo::solvers::MinCostFlowSolver< T, V >.

Definition at line 536 of file MinCostFlow.h.

template<typename T , typename V >
virtual SolverProperty limbo::solvers::CapacityScaling< T, V >::operator() ( dualsolver_type d)
inlinevirtual

API to run min-cost flow solver.

Parameters
ddual min-cost flow object

Implements limbo::solvers::MinCostFlowSolver< T, V >.

Definition at line 632 of file DualMinCostFlow.h.

template<typename T , typename V >
CapacityScaling& limbo::solvers::CapacityScaling< T, V >::operator= ( CapacityScaling< T, V > const &  rhs)
inline

assignment

Parameters
rhsright hand side

Definition at line 524 of file MinCostFlow.h.

template<typename T , typename V >
CapacityScaling& limbo::solvers::CapacityScaling< T, V >::operator= ( CapacityScaling< T, V > const &  rhs)
inline

assignment

Parameters
rhsright hand side

Definition at line 620 of file DualMinCostFlow.h.


The documentation for this class was generated from the following files: