Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Attributes | |
int64_t | tail |
int64_t | head |
int64_t | capacity |
int64_t | cost |
Definition at line 144 of file routing_flow.cc.
int64_t operations_research::Source::FlowArc::capacity |
Definition at line 147 of file routing_flow.cc.
int64_t operations_research::Source::FlowArc::cost |
Definition at line 148 of file routing_flow.cc.
int64_t operations_research::Source::FlowArc::head |
Definition at line 146 of file routing_flow.cc.
int64_t operations_research::Source::FlowArc::tail |
Definition at line 145 of file routing_flow.cc.