At university i was given a paper about inventory management. The task is now to implement a part of the model into IBM CPLEX and i would therefore need some help.
Asked
Active
Viewed 196 times
-4
-
Please refine your question to explain what you tried, and why it doesn't work: https://stackoverflow.com/help/how-to-ask – Xavier Nodet May 15 '19 at 11:43
-
is it possible to write you a private mail or message? :) – eric endersen May 15 '19 at 11:56
-
it is about the implementation of the model of honhon et al. Assortment planning and inventory decisions under stock-out based substitution – eric endersen May 16 '19 at 12:49
1 Answers
2
The CPLEX documentation at https://www.ibm.com/support/knowledgecenter/SSSA5P_12.9.0/ilog.odms.studio.help/Optimization_Studio/topics/COS_home.html has a good number of tutorials and examples. To get started with CPLEX it is a good idea to look at these and the many examples that ship with CPLEX. There are some examples for inventory problems.

Daniel Junglas
- 5,830
- 1
- 5
- 22
-
it is about the implementation of the model of honhon et al. Assortment planning and inventory decisions under stock-out based substitution∗ – eric endersen May 16 '19 at 12:50
-
Usually you can translate a mathematical model more or less 1:1 to OPL. OPL is the modeling language included in CPLEX Optimization Studio. So once you got familiar with OPL (via the links I posted) you stand a very good chance to translate the formulations in the paper to OPL. – Daniel Junglas May 16 '19 at 20:23