List of Contributions

Ahmed Azab

Contact Details

My Content

1 to 8 of 8 total
Posted By Ahmed Azab Sun October 25, 2020 11:10 AM
Found In Egroup: Decision Optimization
\ view thread
Thanks, ALEX, This worked as I needed. ------------------------------ Ahmed Azab ------------------------------
Posted By Ahmed Azab Fri October 23, 2020 07:51 AM
Found In Egroup: Decision Optimization
\ view thread
I am solving a multi-objective problem with a lexicographic objective. I try to access the solution and print it out in an organized way to an excel file. The printed solution shows only the first objective function and the second is not printed to the output .txt file. here is my main script: main ...
Posted By Ahmed Azab Tue June 02, 2020 10:27 AM
Found In Egroup: Decision Optimization
\ view thread
Got it, Thank you so that, shall I load all data files to my OPL project to loop over them, or I can load from a directory "C:/Users/AZAB/Desktop/Try" in the for loop without loading them to the OPL project! ------------------------------ Ahmed Azab ------------------------------
Posted By Ahmed Azab Tue June 02, 2020 04:46 AM
Found In Egroup: Decision Optimization
\ view thread
Thanks ALEX FLEISCHER this is really helpful. let me share what exactly I did in the .mod I used postprocessing : execute DISPLAY_After_SOLVE ( writeln("The minimum relocations are ",cplex.getObjValue()," in Time of ",cplex.getSolvedTime()," Sec"); )​ and then, I called both .mod ...
Posted By Ahmed Azab Sun May 31, 2020 11:36 AM
Found In Egroup: Decision Optimization
\ view thread
#DecisionOptimization
Posted By Ahmed Azab Sun May 31, 2020 11:32 AM
Found In Egroup: Decision Optimization
\ view thread
Thank you for your reply, could you please give more details about the "loop in a flow control loop (main)​" to call many different data files! Thanks in advance ------------------------------ Ahmed Azab ------------------------------
Posted By Ahmed Azab Fri May 29, 2020 10:30 AM
Found In Egroup: Decision Optimization
\ view thread
Hi there, I am using CPLEX Studio IDE 12.9.0 . I am working on a problem where I have too many instances I need to solve. All data files I have are .txt files (a sample attached). First of All, I need to know how to import the data from the txt files to my IDE. Second, I need an efficient way to ...
Posted By Ahmed Azab Fri May 29, 2020 06:24 AM
Found In Library: Decision Optimization
#DecisionOptimization