Download

Combinatorial Auction

WHAT IS IT?

Generates and solves a combinatorial auction. The yellow circles represent the items for sale and the green squares represent the bids. Each bid is connected to the items it is over. The square bids with the squares around them are the ones in the revenue-maximizing solution, which we find upon "setup" by running a branch-and-bids algorithm. We implement a branch and bound algorithm on both the branch on items search tree and the branch on bids search tree.

The simple branch and bound algorithms implemented here are described in

If you want to learn more about combinatorial auctions I recommend

CREDITS

Jose M Vidal

CHANGES

20100623