Ehab Issa
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Ehab Issa-
Ehab Issa commented,
Dear Alison Cozad thank you for your interest and help I actually read the article, but I couldn't find the steps to solve the problem
-
Ehab Issa commented,
Alison Cozad ,
-
Ehab Issa commented,
Dear Alison Cozad , i adapted my problem with code but after running get this error Can you help me to solve it ? #A=int1#B=int2#X1 = Diesel#X2 = batl1 = 0l2 = 0 u1 = maxDieselu2 = bat_ubm = gp.Mo...
-
Ehab Issa commented,
Dear Alison Cozad Thanks a lot for the great explanation
-
Ehab Issa created a post,
Mixed Integer Programming
AnsweredI want to solve this problem by using mixed integer programming ,i know if there is a quadratic term in the objective function, the problem is termed a Mixed Integer Quadratic Program (MIQP). Can y...
-
Ehab Issa commented,
Thank you sir , I am grateful to you Jaromił Najman bat+bat *int1==netload[i] But if you use this syntax, it is considered correct and does not affect optimization quality
-
Ehab Issa commented,
Jaromił Najman
-
Ehab Issa commented,
Jaromił Najman Thank you for your response i try using two syntax now but still error but if i add term (bat+......)m.addQConstr( bat + bat * int1, GRB.EQUAL, netload[i], "c0" ) The program w...
-
Ehab Issa created a post,