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

operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator Class Reference

#include <linear_assignment.h>

List of all members.

Public Member Functions

 BipartiteLeftNodeIterator (const GraphType &graph, NodeIndex num_left_nodes)
 BipartiteLeftNodeIterator (const LinearSumAssignment &assignment)
NodeIndex Index () const
bool Ok () const
void Next ()


Detailed Description

template<typename GraphType>
class operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator

Definition at line 299 of file linear_assignment.h.


Constructor & Destructor Documentation

template<typename GraphType>
operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator::BipartiteLeftNodeIterator ( const GraphType &  graph,
NodeIndex  num_left_nodes 
) [inline]

Definition at line 301 of file linear_assignment.h.

template<typename GraphType>
operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator::BipartiteLeftNodeIterator ( const LinearSumAssignment assignment  )  [inline, explicit]

Definition at line 305 of file linear_assignment.h.


Member Function Documentation

template<typename GraphType>
NodeIndex operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator::Index (  )  const [inline]

Definition at line 309 of file linear_assignment.h.

template<typename GraphType>
bool operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator::Ok (  )  const [inline]

Definition at line 311 of file linear_assignment.h.

template<typename GraphType>
void operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator::Next (  )  [inline]

Definition at line 315 of file linear_assignment.h.


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