Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

xw = np.array([[0.4035, 0.5107, 0.

0858],
[0.3522, 0.5149, 0.1329],
[0.3147, 0.509, 0.1763],
[0.2518, 0.529, 0.2192],
[0.185, 0.505, 0.31],
[0.125, 0.55, 0.325]])

org_exp = np.array([[0.8051, 0.0285, 0.1664],


[0.703, 0.04, 0.257],
[0.6273, 0.0506, 0.3221],
[0.5006, 0.0846, 0.4148],
[0.3418, 0.1044, 0.5538],
[0.2587, 0.1139, 0.6274]])

acu_exp = np.array([[0.0018, 0.9929, 0.0053],


[0.0013, 0.9897, 0.009],
[0.0021, 0.9674, 0.0305],
[0.003, 0.9733, 0.0237],
[0.0019, 0.9394, 0.0587],
[0.0019, 0.9402, 0.0579]])

b = np.array([[0, 588.88, -217.8],


[3960.19, 0, 1248.19],
[-1348.63, 130.57, 0]]) # Coeficientes binarios Aij (K)

alpha = np.array([[0, 0.14, 0.3243],


[0.14, 0 , 0.3669],
[0.3243, 0.3669, 0]]) #alpha ajustado

You might also like