Relative Content

Tag Archive for pythoncsvoptimizationcombinatorics

How can I create a python program that organizes CSV into combinations?

Im trying to create a program that would input a csv file with two lists of plate thicknesses, in this case tungsten and quartz, and their ID numbers. Then sort them, returning a CSV file with “stacks” of 8 plates (4 tungsten and 4 quartz) that are as close to the goal thickness as possible.