timnon / pyschedule

pyschedule - resource scheduling in python
Apache License 2.0
295 stars 61 forks source link

"length cost" by resource / task #94

Open hammeronthenet opened 4 years ago

hammeronthenet commented 4 years ago

Is there a way to set a "length cost" (a value that change the base length of a task) by task/resource?

For example: a specifica task T0 employs 3 unit of time by default, but on resource R0 it employs +1 unit of time and on resource R4 -2 unit of time and so on?

Anyway, really a nice job and a great library!!!!!