Hi guys,
I am struggling again NMinimize.
This is my problem:
I am creating a model by using goal programming, my problem now is given a list of list i.e a matrix defined in this way
S = {{5, 2, 7, 9}, {1, 2, 3, 4}, {3, 1, 2, 4}}
extract from the first list {5,2,7,9} a number by...