# Combinations ### Description With the analogy: - ingredient = set - ingredient_variation = member The block computes all combinations where all ingredients are provided, using one ingredient_variation per ingredient ingredient ingredient_variation set member ### Input - `GROUP [OBJ]`: the group of set objects to be considered - `SETS [OBJ,OBJ]`: col1: set object, col2: member object in this set ### Output - `RESULT [INTEGER,OBJ]`: col1: result id, col2: member object