Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator Class Reference

#include <graph.h>

Public Member Functions

 OutgoingArcIterator (const CompleteBipartiteGraph &graph, NodeIndexType node)
 
bool Ok () const
 
ArcIndexType Index () const
 
void Next ()
 

Detailed Description

template<typename NodeIndexType = int32_t, typename ArcIndexType = int32_t>
class util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
Deprecated
interface.

Definition at line 2331 of file graph.h.

Constructor & Destructor Documentation

◆ OutgoingArcIterator()

template<typename NodeIndexType = int32_t, typename ArcIndexType = int32_t>
util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator::OutgoingArcIterator ( const CompleteBipartiteGraph & graph,
NodeIndexType node )
inline

Definition at line 2333 of file graph.h.

Member Function Documentation

◆ Index()

template<typename NodeIndexType = int32_t, typename ArcIndexType = int32_t>
ArcIndexType util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator::Index ( ) const
inline

Definition at line 2339 of file graph.h.

◆ Next()

template<typename NodeIndexType = int32_t, typename ArcIndexType = int32_t>
void util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator::Next ( )
inline

Definition at line 2340 of file graph.h.

◆ Ok()

template<typename NodeIndexType = int32_t, typename ArcIndexType = int32_t>
bool util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator::Ok ( ) const
inline

Definition at line 2338 of file graph.h.


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