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

Public Attributes

int64_t tail
 
int64_t head
 
int64_t capacity
 
int64_t cost
 

Detailed Description

Definition at line 144 of file routing_flow.cc.

Member Data Documentation

◆ capacity

int64_t operations_research::Source::FlowArc::capacity

Definition at line 147 of file routing_flow.cc.

◆ cost

int64_t operations_research::Source::FlowArc::cost

Definition at line 148 of file routing_flow.cc.

◆ head

int64_t operations_research::Source::FlowArc::head

Definition at line 146 of file routing_flow.cc.

◆ tail

int64_t operations_research::Source::FlowArc::tail

Definition at line 145 of file routing_flow.cc.


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