How can I code a complicated linear programming equation in matlab
1 次查看(过去 30 天)
显示 更早的评论
I have this network flow equation that I need to optimize using interior point algorithm. But it has multiple summations, and summation combined with product sum. Kindly let me know how I can put it using linprog function if I can.
2 个评论
Walter Roberson
2018-9-15
You might want to use Problem Based Optimization; https://www.mathworks.com/help/optim/ug/first-choose-problem-based-or-solver-based-approach.html
回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!