# Model tp062 var x_1 >= 0, <= 1; let x_1 := 0.7; var x_2 >= 0, <= 1; let x_2 := 0.2; var x_3 >= 0, <= 1; let x_3 := 0.1; minimize obj: (-32.174)*(255*log((x_1 + x_2 + x_3 + 0.03)/(0.09*x_1 + x_2 + x_3 + 0.03)) + 280*log((x_2 + x_3 + 0.03)/(0.07*x_2 + x_3 + 0.03)) + 290*log((x_3 + 0.03)/(0.13*x_3 + 0.03))); subject to ce_1: x_1 + x_2 + x_3 - 1 = 0; display obj; solve; display obj; display x_1; display x_2; display x_3; display obj + 26272.51448731826; display x_1 - 0.6178126908126925; display x_2 - 0.3282022231196691; display x_3 - 0.05398508606763844;