lower bound in inequality constrints in linprog command

1 次查看(过去 30 天)
in 'linprog' command how can define and assign lower bound in inequality constraint? for example 'c' in the following constraint c≤A*X≤b According to the MATLAB help The default format only include upper bound 'b'.
thanks.

回答(1 个)

Matt J
Matt J 2014-1-24
编辑:Matt J 2014-1-24
Lower bound inequalities
c<=A*x
can be converted to equivalent upper bound inequalities,
(-A)*x<=(-c)

类别

Help CenterFile Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by