3.1.3 Change the Resource Efficiency

 
class dev1(Resource):
    efficiency = 2.0

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]{efficiency}
The efficiency specifies how productive a resource can work. An efficiency of 2.0 reduces the length by the half. The complete length formular is therefore:

\begin{displaymath}
{\tt length} = \frac{\tt effort}{{\tt load} \cdot {\tt efficiency}}
\end{displaymath}