Fix formal error
The cost of a project is now multiplied by its degree of completion. This cost function now assumes a linear relationship between cost and degree of completion.
This commit is contained in:
parent
0a22880e94
commit
7adfcb91e1
@ -120,7 +120,7 @@ this project is completed. Since the cost of each project is a function of its
|
||||
degree of completion, the goal is to select a set of projects where the cost of
|
||||
the degree of completion does not exceed the budget limit:
|
||||
\begin{equation}\label{eq:2}
|
||||
\sum_{p\in A}{c(\mu(p))\leq B}.
|
||||
\sum_{p\in A}{\mu(p)\cdot c(p)\leq B}.
|
||||
\end{equation}
|
||||
|
||||
Common ways to design the input method is to ask the voters to approve a subset
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user