Clear Filters
Clear Filters

How can I condense this into one linear constraint?

3 views (last 30 days)
| | | How can I condense these 2 constraints in the attached image into one linear constraint?|||
Any idea will be appreciated.

Accepted Answer

John D'Errico
John D'Errico on 21 Jun 2016
You cannot condense TWO distinct linear constraints into ONE linear constraint, where the distinction is based on another linear computation. You certainly cannot convert an inequality into an equality constraint, based on the values of another constraint.
Even worse, testing for exact equality among floating point numbers will cause problems, because your very next question will be an anguished one, wondering why your code does not work.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!