Page 1 of 1

Disjunctive programming with Big M approach

Posted: Fri May 28, 2021 3:46 am
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

Re: Disjunctive programming with Big M approach

Posted: Wed Jun 02, 2021 11:46 pm
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

Re: Disjunctive programming with Big M approach

Posted: Mon Jun 07, 2021 10:01 pm
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));