product-mix-auction-0.1.0.0: A single-round sealed-bid auction for multiple goods
The Product-Mix Auction is a single-round sealed-bid auction for multiple units of multiple goods. This package contains the following:
- an implementation of the core Product-Mix Auction algorithm and various extensions as a Haskell library;
- a command-line program
pma
, which reads a complete specification of an auction from the command line and input files, runs the auction and outputs the results; - a web application
pma-server
, which provides a single-user interface allowing an auction specification to be constructed in a web browser form, sent to the server, solved and the results presented back in the web browser.