detecting hidden equality constraints in optimization I have a system of linear inequalities A

Scolfaro2y

Scolfaro2y

Answered question

2022-05-29

detecting hidden equality constraints in optimization
I have a system of linear inequalities A x b. It is possible that some inequality constraints actually create a linear equality constraint. for e.g. a x b and a x b implies a x = b. A more involved linear combination of inequalities can also lead to equality constraints. I want to detect the final equality constraint given that A x b. Can it be done?

Answer & Explanation

nifeonibonitozg

nifeonibonitozg

Beginner2022-05-30Added 12 answers

Exactly checking for a T x b and a T x b can be done efficiently with hashing. But what about α a T x α b. You could normalize (scale) first but then you would need to apply some tolerance. I don't think standard LP preprocessors will check for this (other reductions are more important).

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?