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:
Tobias Eidelpes 2020-05-30 12:33:18 +02:00
parent 0a22880e94
commit 7adfcb91e1

View File

@ -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 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: the degree of completion does not exceed the budget limit:
\begin{equation}\label{eq:2} \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} \end{equation}
Common ways to design the input method is to ask the voters to approve a subset Common ways to design the input method is to ask the voters to approve a subset