Economics Stack Exchange Archive

Mechanism to auction off multiple resources given fixed budgets

I am trying to sell ad time on a screen to a bunch of advertisers. The advertisers tell me (or a salesperson keys in) how much a given advertiser is willing to pay for time in a one hour block. Each one hour block may be subdivided arbitrarily among multiple advertisers.

To formalize, the inputs are:

The output I would like is a list of tuples $(i, h, t, p)$, which tells me that the $i$th advertiser should get $t \in [0,1]$ share of hour $h$, for which they should pay a per-hour rate of $p$.

What is the appropriate mechanism for this? Is there a way to get the output I want by solving some sort of LP, QP, or other convex optimization problem? I have no training in economics or optimization, just a bachelors’ in computer science, so please go easy on me :-).

No Answers

There were no answers to this question.


All content is licensed under CC BY-SA 3.0.