OpenTTD Source 20241224-master-gf74b0cf984
LinkGraphJob::DemandAnnotation Struct Reference

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.
 

Detailed Description

Demand between two nodes.

Definition at line 34 of file linkgraphjob.h.

Field Documentation

◆ demand

uint LinkGraphJob::DemandAnnotation::demand

Transport demand between the nodes.

Definition at line 35 of file linkgraphjob.h.

◆ unsatisfied_demand

uint LinkGraphJob::DemandAnnotation::unsatisfied_demand

Demand over this edge that hasn't been satisfied yet.

Definition at line 36 of file linkgraphjob.h.


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