Skip to content
Snippets Groups Projects
Commit c1d62797 authored by Jorge Pérez Zerpa's avatar Jorge Pérez Zerpa
Browse files

se modifica factor de penalidad por retraso de entrega

parent a2902a4b
No related branches found
No related tags found
1 merge request!7Master
No preview for this file type
...@@ -405,7 +405,7 @@ FP = ...@@ -405,7 +405,7 @@ FP =
\left\{ \left\{
\begin{array}{lr} \begin{array}{lr}
1 & \textrm{si } SR<0 \\ 1 & \textrm{si } SR<0 \\
1 - \frac{SR}{1800} & \textrm{si } SR\in[0,1800] 1 - \frac{1}{2} \frac{SR}{1800} & \textrm{si } SR\in[0,1800]
\end{array} \end{array}
\right. \right.
$$ $$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment