Optimization problem with summation in the objective function using MATLAB linprog() function

流过昼夜 提交于 2021-01-29 15:21:46

问题


I have the following optimization problem (picture). I trying to solve this problem using the MATLAB linprog(f,A,b,....) function, but I don't know how to write the objective function due to the summation term for 'f' in the linprog() function.

来源:https://stackoverflow.com/questions/61745499/optimization-problem-with-summation-in-the-objective-function-using-matlab-linpr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!