3.4.5 Balancing With SMART

 
class dev1(Resource):
    pass

class dev2(Resource):
    pass

def Acso():
    resource = dev1 | dev2
    start = "2005-1-16"
    balance = SMART

    def Database():
        effort = "2d"

    def Gui():
        effort = "3d"

    def Backend():
        effort = "3d"
        resource = dev2 | dev1

acso = BalancedProject(Acso) 
 \includegraphics[width=\pwidth]{bsmart}
If there are several alternative resources, SMART allocates the resource which can finish the task earliest.