Maximization of minimum difference

2 views (last 30 days)
Davy
Davy on 25 May 2013
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)?

Answers (1)

Matt J
Matt J on 25 May 2013
FMINIMAX, I suppose.

Categories

Find more on Mathematics in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!