...
Item | Description |
---|---|
Agent | Picks the blocks and executes schedule logic on them. |
Dependencies | Only some blocks are available to mine at each moment. |
Incentives | With the available blocks, prefer to mine some over others. |
Destination Logic | With the selected block, find a destination. |
Steps Logic | With the selected source and destination,
|
Fleets | With each selected fleet, find a truck and loader combination with remaining hours hours. |
Loader Types | With the selected loader, consume loader hours at the loader production rate. |
Truck Types | With the selected truck, consume truck hours at the truck production rate. |
...
Once the sum of movement between a source and destination hits a Constraint, then no more material may be moved between those points.
...