C++ Reference

C++ Reference: Graph

LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator

Detailed Description

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

Definition at line 359 of file linear_assignment.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ BipartiteLeftNodeIterator() [1/2]

BipartiteLeftNodeIterator ( const GraphType &  graph,
NodeIndex  num_left_nodes 
)
inline

Definition at line 361 of file linear_assignment.h.

◆ BipartiteLeftNodeIterator() [2/2]

BipartiteLeftNodeIterator ( const LinearSumAssignment assignment)
inlineexplicit

Definition at line 364 of file linear_assignment.h.

Member Function Documentation

◆ Index()

NodeIndex Index ( ) const
inline

Definition at line 367 of file linear_assignment.h.

◆ Next()

void Next ( )
inline

Definition at line 371 of file linear_assignment.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 369 of file linear_assignment.h.


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