Disjunctive programming with Big M approach

Problems with modeling
Post Reply
kiqbal093
User
User
Posts: 2
Joined: 4 years ago

Disjunctive programming with Big M approach

Post by kiqbal093 »

Hello Seniors and Respected Teachers,
I am trying to solve a problem with disjunctive programming using a big M approach, I tried a lot but unable to solve the model , please help me in the solution of the model with binary variables. The model is attached.

Best regards
Attachments
forum.gms
(4.22 KiB) Downloaded 158 times
abhosekar
Moderator
Moderator
Posts: 295
Joined: 3 years ago

Re: Disjunctive programming with Big M approach

Post by abhosekar »

Your exact question is not clear. Please clarify.

Is there any specific constraint that you find difficult to model? Is there a logical condition that is causing issues?
You are more likely to get help if you are specific in your question.

- Atharv
Alexanre.ito
User
User
Posts: 38
Joined: 4 years ago

Re: Disjunctive programming with Big M approach

Post by Alexanre.ito »

Hi,
I'm not sure how it could be helpful

Try this, using
X - variable
D - Parameter or constantly
y - binary
M - BigM
i and j - the SET.

Code: Select all

X(j)-D(i) =l= M*(1-y(i,j));
Post Reply