AddpartialResult only correct, if playout==1

Issue #75 new
dsmic created an issue

parent->addPartialResult(1-win,playout,invertwin);

should be changed to

parent->addPartialResult(playout-win,playout,invertwin);

In Tree.cc

Comments (1)

  1. Log in to comment