Random attributes assigned to requirements for each MNCP instance
| Variable name | Variable | Assignment rule |
|---|---|---|
| Port | Pi | Random draw from possible ports (30% sample of locations) |
| Destination | Di | Random draw from possible destinations (remaining 70% sample of locations) |
| Cargo in short tons | Ai | Integer(Uniform(4000,5000)) |
| Transport time (road) in days | Li,road | Random draw from integer set {1,2,…,6} |
| Transport time (rail) in days | Li,rail | Random draw from integer set {1,2,…,7} |
| Start day | Si | Random draw from integer set {1,2,…(number of days - Max(Li,road,Li,rail))} |
| End day | Ei | Min(number of days, Si + Max(Li,road,Li,rail) + Integer(Uniform(0,5)) |
| Variable name | Variable | Assignment rule |
|---|---|---|
| Port | Random draw from possible ports (30% sample of locations) | |
| Destination | Random draw from possible destinations (remaining 70% sample of locations) | |
| Cargo in short tons | Integer(Uniform(4000,5000)) | |
| Transport time (road) in days | Random draw from integer set {1,2,…,6} | |
| Transport time (rail) in days | Random draw from integer set {1,2,…,7} | |
| Start day | Random draw from integer set {1,2,…(number of days - Max( | |
| End day | Min(number of days, |
Sharing content requires targeting cookies to be enabled. Please update your cookie preferences to use this feature.