Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Depth-First Search for Enumeration | ||||||||
Line: 30 to 30 | ||||||||
model; | ||||||||
Changed: | ||||||||
< < | reset data PatternYield, PATTERNS; # Remove any pattern data, we will find it automatically | |||||||
> > | reset data PATTERNS, YIELDS, PatternYield; # Remove any pattern data, we will find it automatically | |||||||
# Search the possibilities for cutting patterns param MinLength := min {i in ROLLS} Length[i]; # Find the minimum length of all the ROLLS |