List of Contributions

Tareq Oshan

Contact Details

My Content

1 to 9 of 9 total
Posted By Tareq Oshan Wed July 22, 2020 10:51 AM
Found In Egroup: Decision Optimization
\ view thread
I changed the time limit and it does not work. I used LINGO and it took long time to get a way lower solution that the one CPLEX got me. I was sure that the codes are equivalent. When I forced the decision variables that I got from LINGO into CPLEX I got the same solution in both LINGO and CPLEX ...
Posted By Tareq Oshan Wed July 22, 2020 07:28 AM
Found In Egroup: Decision Optimization
\ view thread
Thanks Daniel, attached are the CPLEX files. The solution is 70159 \times 10^6. But using other solvers I got different decision variables with a solution of 3.26 \times 10^6. Forcing the decision variables of the other solver into CPLEX will get us a lower solution than the one we got using CPLEX. ...
Posted By Tareq Oshan Wed July 22, 2020 07:27 AM
Found In Library: Decision Optimization
#DecisionOptimization
Posted By Tareq Oshan Wed July 22, 2020 05:44 AM
Found In Egroup: Decision Optimization
\ view thread
Sometimes I got an optimal solution using CPLEX but it is not the minimal one. I got a minimal solution using some other solvers. When I force the other decision variables (using other solvers) solution in CPLEX I got a solution that is less than the optimal. Some times the difference is so big. Optimality ...
Posted By Tareq Oshan Thu June 04, 2020 01:30 PM
Found In Egroup: Decision Optimization
\ view thread
Hi Daniel, Please change the variable z to be boolean instead of float+. Sorry for the typo. I am not sure what do you mean by engine model file as I am new to CPLEX. ------------------------------ Tareq Oshan ------------------------------
Posted By Tareq Oshan Thu June 04, 2020 12:29 PM
Found In Egroup: Decision Optimization
\ view thread
Thanks again. But I am getting an error for the expression line. Error is : unexpected character in "a". ------------------------------ Tareq Oshan ------------------------------
Posted By Tareq Oshan Thu June 04, 2020 10:48 AM
Found In Egroup: Decision Optimization
\ view thread
Thanks ALEX. I am not sure why did you use CP instead of CPLEX? What If I want to relax the variable y to be a continuous variable between 0 and 1? what should I use CPLEX or CP? what setting should I use so that I can solve the problem in shorter time? ------------------------------ Tareq ...
Posted By Tareq Oshan Wed June 03, 2020 03:55 PM
Found In Egroup: Decision Optimization
\ view thread
I have a non linear 0-1 problem. It is non convex. The nonlinearity came because of a multiplication of three 0-1 variables. Two variables have been replaced by one new variables and added the nessary constraints. CPLEX was unable to solve the problem in 24 hours. Then, one of the variables has been ...
Posted By Tareq Oshan Wed June 03, 2020 02:17 PM
Found In Library: Decision Optimization
#DecisionOptimization