Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

RU 🇷🇺

...

Table of Contents

Introduction

...

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, 

  1. Optionally break the route into multiple legs (such as production and rehandle),

  2. Select a fleet for each leg.

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. 

...

In each Period, each Agent filters the blocks by their dependencies, sorts them by their incentives, and selects the highest ranked available block. 

...

Destinations and Constraints

The Agent selects the highest ranked block and checks for available Destinations. If a block fails, it is removed from that Agent's ranked block list (another Agent may still try to mine it though). 

...

In the Optimise Products mode, ore destinations are only assigned at the end of the period. If the assignment exceeds the destination capacity constraint, then it returns an Infeasible Solution. 

...