Crates.io | vcg-auction |
lib.rs | vcg-auction |
version | 0.2.0 |
source | src |
created_at | 2024-05-04 02:13:36.403952 |
updated_at | 2024-12-06 01:05:54.860395 |
description | A Vickrey-Clarke-Groves auction library. |
homepage | |
repository | https://github.com/daylightwarbler/vcg-auction/ |
max_upload_size | |
id | 1229356 |
size | 46,389 |
A Vickrey-Clarke-Groves auction library.
The VCG Auction is the most economically efficient auction format. It encourages truthful bidding by only charging bidders their externality—the value of the best alternative outcome had the bidder not participated. In its exact form, it’s a combinatorial auction that is computationally hard to compute for large problem sizes. Nevertheless, small problems are certainly possible to compute by exhaustive search, and that's what this library currently supports.
There's many computationally-feasible simulations of the VCG auction that can scale better for practical use cases, like the Simultaneous Ascending Auction used for wireless spectrum allocation.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.