/********************************************* * OPL 12.10.0.0 Data * Author: calle * Creation Date: 10 Dec. 2020 at 4:46:12 pm *********************************************/ //Sets definition Plants = {"i1", "i2", "i3", "i4"} ; Customers = {"j1", "j2", "j3"}; //Parameters definition Supply = [10, 30, 40, 20]; Demand = [20, 50, 30]; f =[[10, 30, 20], [10, 30, 20], [10, 30, 20], [10, 30, 20]]; c =[[2, 3, 4], [3, 2, 1], [1, 4, 3], [4, 5, 2]]; M = [[10, 10, 10], [20, 30, 30], [20, 40, 30], [20, 20, 20]];