~ubuntu-branches/ubuntu/vivid/dds/vivid

« back to all changes in this revision

Viewing changes to release_notes.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2010-05-23 11:56:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523115603-x0anrw9iv5uap6w1
Tags: 2.0.1+ddd105-1
* New dds upstream version, in some situations
  dds could wrongly reuse the transposition table contents giving an
  incorrect result.
* Defines DDS_VERSION.

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
CalcDDtable calls SolveBoard using parallel threads. The number of
248
248
parallel threads is the same as the number of processor cores.
249
249
CalcDDtable calculates the double dummy values of the initial 52 cards
250
 
for all the 20 trump suit/leading hand combinations.   
 
250
for all the 20 trump suit/leading hand combinations. 
 
251
 
 
252
 
 
253
Release Notes DDS 2.0.1
 
254
-----------------------
 
255
In 2.0.0, the contents of the transposition table could be erronously
 
256
be reused when the previous position contained a different number of
 
257
cards. This was caused by an erroneous implementation of the
 
258
deal similarity test. This bug was fixed by removing the similarity test.
 
259
 
 
260
The DDS version number is defined by a #define statement in dll.h.   
251
261
 
252
262
 
253
263