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