![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 58 of file arc_flow_builder.h.
#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 |
| 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.