Versions Compared

Key

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

...

  • numLoaders is 1 (scheduler)
  • loaderCapacity is unlimited (scheduler must be able to support the slotCapacity)
  • numAttributes, attributeRange, attributes and attributeConcurrencyLimit - From policy / templates.



Code Block
results:
 result:-
   num_scheduled: 0
   total_completion_time: 0
   element_slot_loader: |
     1,0,1
     2,0,1
     3,0,1
     4,0,1
     5,0,1
 result:-
   num_scheduled: 1
   total_completion_time: 2
   element_slot_loader: |
     1,0,1
     2,0,1
     3,2,1
     4,0,1
     5,0,1
 result:-
   num_scheduled: 4
   total_completion_time: 8
   element_slot_loader: |
     1,2,1
     2,1,1
     3,2,1
     4,0,1
     5,3,1
 elapsed_millis: 3400

This request will represent the information returned to the Scheduler Optimizer from the Mini Zinc schedule optimizer engine.

...