projman #4300 float load for tasks [resolved]
It is really important, when you describe a future project (commercial proposal), to be able to have tasks with non integer load. I suggest that:
This story has top priority | |
priority | important |
---|---|
type | enhancement |
done in | 0.13.0 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2008/02/11 13:37, written by laubry
- choose a better granularity (half days, quarter of days)
according to either the durations in the tasks descriptions or an option
from the command line
- double or quadruple all the durations passed to the scheduler
add commenta better approach for computing the schedule should be:
the scheduler only deals with pseudo dates indexed from 0. It is assumed to be days but it actually doesn't care whether it is days or hours or anything else.
So dealing with half days should be simple :
The only drawbacks is the increase complexity in the search space but this can be further improved (later) by adding options to the scheduler to keep days in chunks of 2 or 4.