OR-Tools  9.6
Arc

Detailed Description

Definition at line 62 of file simple_graph.h.

Public Member Functions

 Arc (int64_t tail, int64_t head)
 
 Arc (const Edge &edge)
 
int64_t tail () const
 
int64_t head () const
 
Arc reversed () const
 
bool operator== (const Arc &other) const
 
bool operator!= (const Arc &other) const
 

Constructor & Destructor Documentation

◆ Arc() [1/2]

Arc ( int64_t  tail,
int64_t  head 
)
inline

Definition at line 64 of file simple_graph.h.

◆ Arc() [2/2]

Arc ( const Edge edge)
explicit

Definition at line 19 of file simple_graph.cc.

Member Function Documentation

◆ head()

int64_t head ( ) const
inline

Definition at line 68 of file simple_graph.h.

◆ operator!=()

bool operator!= ( const Arc other) const
inline

Definition at line 75 of file simple_graph.h.

◆ operator==()

bool operator== ( const Arc other) const
inline

Definition at line 71 of file simple_graph.h.

◆ reversed()

Arc reversed ( ) const
inline

Definition at line 69 of file simple_graph.h.

◆ tail()

int64_t tail ( ) const
inline

Definition at line 67 of file simple_graph.h.


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