A film producer is seeking actors and investors for his new movie. There are $n$ available actors; actor $i$ charges $s_i$ dollars. For funding, there are $m$ available investors. Investor $j$ will provide $p_j$ dollars, but only on the condition that certain actors $L_j \subseteq \{1,2,...,n\}$, are included in the cast (all actors $i \in L_j$ must be chosen in order to receive funding from investor $j$). The producer's profit is the sum of the payments from investors minus the payments to actors. The goal is to maximize this profit.
- Express this problem as an integer linear program in which the variables take on values on [0,1]
- Show that there must in fact be an integral optimal solution (as is the case, for example, with maximum flow and bipartite matching).
I am lost on both parts for this problem.