OpenTTD Source 20250312-master-gcdcc6b491d
|
Demand between two nodes. More...
#include <linkgraphjob.h>
Data Fields | |
uint | demand = 0 |
Transport demand between the nodes. | |
uint | unsatisfied_demand = 0 |
Demand over this edge that hasn't been satisfied yet. | |
Demand between two nodes.
Definition at line 34 of file linkgraphjob.h.
uint LinkGraphJob::DemandAnnotation::demand = 0 |
Transport demand between the nodes.
Definition at line 35 of file linkgraphjob.h.
uint LinkGraphJob::DemandAnnotation::unsatisfied_demand = 0 |
Demand over this edge that hasn't been satisfied yet.
Definition at line 36 of file linkgraphjob.h.