Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ graph/

operations_research::CostValueCycleHandler< ArcIndexType > Class Template Reference

#include <linear_assignment.h>

Inheritance diagram for operations_research::CostValueCycleHandler< ArcIndexType >:

PermutationCycleHandler

List of all members.

Public Member Functions

 CostValueCycleHandler (CostArray *cost)
virtual void SetTempFromIndex (ArcIndexType source)
virtual void SetIndexFromIndex (ArcIndexType source, ArcIndexType destination) const
virtual void SetIndexFromTemp (ArcIndexType destination) const
virtual ~CostValueCycleHandler ()


Detailed Description

template<typename ArcIndexType>
class operations_research::CostValueCycleHandler< ArcIndexType >

Definition at line 951 of file linear_assignment.h.


Constructor & Destructor Documentation

template<typename ArcIndexType>
operations_research::CostValueCycleHandler< ArcIndexType >::CostValueCycleHandler ( CostArray cost  )  [inline, explicit]

Definition at line 954 of file linear_assignment.h.

template<typename ArcIndexType>
virtual operations_research::CostValueCycleHandler< ArcIndexType >::~CostValueCycleHandler (  )  [inline, virtual]

Definition at line 971 of file linear_assignment.h.


Member Function Documentation

template<typename ArcIndexType>
virtual void operations_research::CostValueCycleHandler< ArcIndexType >::SetTempFromIndex ( ArcIndexType  source  )  [inline, virtual]

Definition at line 958 of file linear_assignment.h.

template<typename ArcIndexType>
virtual void operations_research::CostValueCycleHandler< ArcIndexType >::SetIndexFromIndex ( ArcIndexType  source,
ArcIndexType  destination 
) const [inline, virtual]

Definition at line 962 of file linear_assignment.h.

template<typename ArcIndexType>
virtual void operations_research::CostValueCycleHandler< ArcIndexType >::SetIndexFromTemp ( ArcIndexType  destination  )  const [inline, virtual]

Definition at line 967 of file linear_assignment.h.


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