Searched defs:HexagonBid (Results 1 – 1 of 1) sorted by relevance
31 class HexagonBid { class39 HexagonBid() : Bid(0){}; in HexagonBid() function in HexagonBid40 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; }; in HexagonBid() function in HexagonBid