#include "paal/auctions/auction_components.hpp"
#include <boost/optional/optional.hpp>
#include <boost/range/algorithm/copy.hpp>
#include <algorithm>
#include <cassert>
#include <vector>
Go to the source code of this file.
Classes | |
struct | demand_query_func |
Typedefs | |
using | Bidder = std::string |
[Demand Query Auction Components Example] | |
using | Item = std::string |
using | Items = std::vector< Item > |
using | Value = int |
Functions | |
int | main () |
[Demand Query Auction Components Example] More... | |
Variables | |
const std::vector< Bidder > | bidders {"Pooh Bear", "Rabbit"} |
const Items | items {"honey", "baby carrot", "carrot", "jam"} |
int main | ( | ) |
[Demand Query Auction Components Example]
[Demand Query Auction Create Example]
[Demand Query Auction Create Example]
[Demand Query Auction Use Example]
[Demand Query Auction Use Example]
Definition at line 71 of file demand_query_example.cpp.