Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::packing::ArcFlowGraph::Arc Struct Reference

#include <arc_flow_builder.h>

Public Member Functions

bool operator< (const Arc &other) const
 Needed for std::set.
 

Public Attributes

int source
 
int destination
 
int item_index
 

Detailed Description

Definition at line 58 of file arc_flow_builder.h.

Member Function Documentation

◆ operator<()

bool operations_research::packing::ArcFlowGraph::Arc::operator< ( const Arc & other) const

Needed for std::set.

Definition at line 397 of file arc_flow_builder.cc.

Member Data Documentation

◆ destination

int operations_research::packing::ArcFlowGraph::Arc::destination

Definition at line 60 of file arc_flow_builder.h.

◆ item_index

int operations_research::packing::ArcFlowGraph::Arc::item_index

Definition at line 61 of file arc_flow_builder.h.

◆ source

int operations_research::packing::ArcFlowGraph::Arc::source

Definition at line 59 of file arc_flow_builder.h.


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