Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#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 |
Definition at line 58 of file arc_flow_builder.h.
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.
int operations_research::packing::ArcFlowGraph::Arc::destination |
Definition at line 60 of file arc_flow_builder.h.
int operations_research::packing::ArcFlowGraph::Arc::item_index |
Definition at line 61 of file arc_flow_builder.h.
int operations_research::packing::ArcFlowGraph::Arc::source |
Definition at line 59 of file arc_flow_builder.h.