Skip to content

PowerMatcher 2.1

Latest
Compare
Choose a tag to compare
@wilcowijbrandi wilcowijbrandi released this 31 May 14:20
· 1 commit to development since this release

Version 2.1 of the PowerMatcher is an improved version of PowerMatcher 2.0.

  • The API for constructing bids has been changed. Instead of two bid representations (PointBid and ArrayBid), there is now only one: Bid. A bid can be constructed in a similar way as before using the PointBidBuilder or the ArrayBidBuilder.
  • As a result, problems resulting from incorrect bid transformations will no longer appear.
  • Threading issues have been solved. In some cases deadlocks could occur.