3.1.4 Specifying Overtime

 
class dev1(Resource):
    efficiency = 2.0
    max_load = 1.9

def Acso():
    resource = dev1
    start = "2005-1-16"
    load = WeeklyMax("35H") 

    def Database():
        effort = "1d"
        
    def Gui():
        effort = "3d"

acso = BalancedProject(Acso)
 \includegraphics[width=\pwidth]{maxload}
The max_load, affects the allowed overtime. A resource may have as many task up to max_load. A max_load of 1.9 means an allowed overtime of 90%.