Exclude infeasible solutions

Problems with modeling
Post Reply
Arges
User
User
Posts: 1
Joined: 3 years ago

Exclude infeasible solutions

Post by Arges »

Hello everyone!

I'm developing a model where I got many infeasible solutions and other I really need. So In order to analize the ones I need I have to exclude the infeasible solutions. Is there a way to do this?
Solve the model and then exclude this infeasible solutions.
abhosekar
Moderator
Moderator
Posts: 295
Joined: 3 years ago

Re: Exclude infeasible solutions

Post by abhosekar »

It is not possible to answer your question without knowing more details. What solver are you using? What do you mean by getting many infeasible solutions? In general, you should get one optimal solution. For some solvers, if you want multiple optima, you can get multiple local optima. If a feasible solution is found, you will never see an infeasible solution unless you try hard to find it.

- Atharv
Post Reply