source: ANL2022/dreamteam109_agent/utils/utils.py

Last change on this file was 75, checked in by wouter, 21 months ago

#6 added ANAC2022 parties

File size: 141 bytes
Line 
1from geniusweb.issuevalue.Bid import Bid
2
3def bid_to_string(bid: Bid) -> str:
4 return str(dict(sorted(bid.getIssueValues().items())))
Note: See TracBrowser for help on using the repository browser.