OR-Tools  9.6
Edge

Detailed Description

Definition at line 32 of file simple_graph.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ Edge() [1/2]

Edge ( int64_t  tail,
int64_t  head 
)
inline

Definition at line 34 of file simple_graph.h.

◆ Edge() [2/2]

Edge ( const Arc arc)
explicit

Definition at line 18 of file simple_graph.cc.

Member Function Documentation

◆ head()

int64_t head ( ) const
inline

Definition at line 38 of file simple_graph.h.

◆ operator!=()

bool operator!= ( const Edge other) const
inline

Definition at line 45 of file simple_graph.h.

◆ operator==()

bool operator== ( const Edge other) const
inline

Definition at line 40 of file simple_graph.h.

◆ tail()

int64_t tail ( ) const
inline

Definition at line 37 of file simple_graph.h.


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