Maximization of minimum difference
显示 更早的评论
Suppose we have a function of the form: (x1 - x2) + (x3 - x4) + (x5 - x6) and we have maximized this summation using linprog (using some constraints which are not important for this matter). This provides us with a value for the different x variables.
The problem I now want to solve is the maximization of the minimum (xi - xj) and with the constraint that the solution (x1, x2, ...) filled in in the original summation should have a higher or the same value (constraint).
This would distribute the difference between the variables x1,x2; x3,x4, ...
What function should I use for this problem (maximization of the minima)?
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!