I'm looking for a better thanmethod.
I have"objects" and
"things". I can not order my "objects" or "things" but when I pair an "object" with a "thing" I can calculate a number
. I need to know what combination of pairs of "objects" and "things" will minimize
The poormethod.
1) Assign a number to each of the "objects"
2) Calculatefor all
possible orders of "things"
3) pick the order that gave the least
Physical example:
I have 5 odd shapes of blue paper and 5 odd shapes of red paper. Every shape has the same area. (i.e I can't assign an order to the shapes)
When I place a red shape on top of a blue shape I can calculate the area of blue that is not coved by the red shape. This is the
Any idea may help.