3.2.3 Another efficiency

 
class dev1(Resource): pass
class dev2(Resource): pass
class dev3(Resource): pass

def Acso():
    resource = dev1 | dev2 | dev3
    start = "2005-1-16"
    efficiency = 1.5

    def Database():
        effort = "2d"

    def Gui():
        length = "3d"

    def Backend():
        duration = "3d"

acso = BalancedProject(Acso)
 \includegraphics[width=\pwidth]{leeff}
Name Start End Effort Length Duration
Database 01/17/05 08:00 01/18/05 10:45 16.00H 10.75H 26.75H
Gui 01/17/05 08:00 01/19/05 17:00 24.00H 24.00H 57.00H
Backend 01/17/05 08:00 01/19/05 17:00 24.00H 24.00H 57.00H
Notice, that the efficiency has no effect on tasks with a specified length or duration