how to calculate all possible combinations with the lowest diviation between the combinations

后端 未结 0 428
野的像风
野的像风 2020-12-17 07:06

I have 3 lists:

a = {1:10,2:12,3:14}
b = {1:5,2:4,3:8}
c = {1:6,2:7,3:3}

Now i can get all the permutations with itertools

fro         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题