Changeset 148
- Timestamp:
- 04/08/04 23:00:44 (5 years ago)
- Files:
-
- 06/devel/algosPY.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/devel/algosPY.py
r147 r148 595 595 # format: list [n1, m1, n2, m2, n3 ..., ni], where 596 596 # the current position can be reached by 597 # going forward n1 times, then choosing the m1 stvariation,598 # then going forward n2 times, then choosing the m2 ndvariation,597 # going forward n1 times, then choosing the m1-th variation, 598 # then going forward n2 times, then choosing the m2-th variation, 599 599 # etc. 600 600 # we have counter == sum_j nj … … 606 606 if movelistIndex < self.posTable[index]+4 or not movelist[movelistIndex-2] & ENDOFVARIATION: 607 607 whereAreWe[-1] -= 1 608 whereAreWeCopy.extend([0, 0])608 whereAreWeCopy.extend([0,-1]) 609 609 self.branchpoints.append((deepcopy(dicts), deepcopy(dictsNO), 610 610 deepcopy(contList), deepcopy(contListIndex), counter,
