Skip to content

v2.0.0

Compare
Choose a tag to compare
@hostilefork hostilefork released this 25 Nov 13:03
· 479 commits to master since this release
  • SolveBoard is now thread-safe.
  • The SolveBoard parameter mode no longer needs to be set to 2.
  • DDS automatically detects situations when the transposition table contents can be reused.
  • Used with a single thread, DDS 2.0.0 has about the same speed as DDS 1.1.9.
  • Used with 2 parallel threads, DDS 2.0.0 is twice as fast as the single thread case.
  • A new function CalcDDtable has been added. CalcDDtable calls SolveBoard using parallel threads. The number of
  • Parallel threads is the same as the number of processor cores.
  • CalcDDtable calculates the double dummy values of the initial 52 cards for all the 20 trump suit/leading hand combinations.