Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator Class Reference

#include <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 ()
 

Detailed Description

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

Definition at line 362 of file linear_assignment.h.

Constructor & Destructor Documentation

◆ BipartiteLeftNodeIterator() [1/2]

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

Definition at line 364 of file linear_assignment.h.

◆ BipartiteLeftNodeIterator() [2/2]

template<typename GraphType >
operations_research::LinearSumAssignment< GraphType >::BipartiteLeftNodeIterator::BipartiteLeftNodeIterator ( const LinearSumAssignment & assignment)
inlineexplicit

Definition at line 367 of file linear_assignment.h.

Member Function Documentation

◆ Index()

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

Definition at line 370 of file linear_assignment.h.

◆ Next()

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

Definition at line 374 of file linear_assignment.h.

◆ Ok()

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

Definition at line 372 of file linear_assignment.h.


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