Created by: DolphinDream
The combinatoric operations implemented so far (based on itertools module) are:
PRODUCT PERMUTATIONS COMBINATIONS
The node is vectorized and works with lists of any type.
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.
note: The example shows the product of 3 different lists (numbers, strings and vertices).