Revision 7d0526f...

Go back to digest for 13th March 2011

Bug Fixes in Office

Dag Andersen committed changes in [calligra] /plugins/schedulers/rcps:

RCPS scheduling

Mainly improve handling of time constraints.
Fix incorrect resource allocation calculation.
Handle FixedInterval tasks correctly.

librcps:
* Change fitness from a simple int to struct with group and weight
to facilitate optimizing on different criteria, like
time constraints, project target time, duration, cost, etc.
* Add fitness callbacks to handle the new fitness calculation possibilities.

File Changes

Modified 8 files
  • /plugins/schedulers/rcps
  •   kplato/KPlatoRCPSScheduler.cpp
  •   kplato/KPlatoRCPSScheduler.h
  •   kplato/libs/src/decode.c
  •   kplato/libs/src/fitness.c
  •   kplato/libs/src/fitness.h
  •   kplato/libs/src/librcps.c
  •   kplato/libs/src/librcps.h
  •   kplato/libs/src/structs.h
8 files changed in total