Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SccCounterOutput< NodeIndex > Struct Template Reference

Detailed Description

template<typename NodeIndex>
struct SccCounterOutput< NodeIndex >

Definition at line 83 of file strongly_connected_components.h.

#include <strongly_connected_components.h>

Public Member Functions

void emplace_back (NodeIndex const *b, NodeIndex const *e)
int size () const
void clear ()

Public Attributes

int number_of_components = 0

Member Function Documentation

◆ clear()

template<typename NodeIndex>
void SccCounterOutput< NodeIndex >::clear ( )
inline

Definition at line 91 of file strongly_connected_components.h.

◆ emplace_back()

template<typename NodeIndex>
void SccCounterOutput< NodeIndex >::emplace_back ( NodeIndex const * b,
NodeIndex const * e )
inline

Definition at line 85 of file strongly_connected_components.h.

◆ size()

template<typename NodeIndex>
int SccCounterOutput< NodeIndex >::size ( ) const
inline

Definition at line 90 of file strongly_connected_components.h.

Member Data Documentation

◆ number_of_components

template<typename NodeIndex>
int SccCounterOutput< NodeIndex >::number_of_components = 0

Definition at line 84 of file strongly_connected_components.h.


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