ds4dm / LLRS

code for the paper ``An Exact Method for (Constrained) Assortment Optimization Problems with Product Costs'', Leitner et al.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this work

This repository contains all code and instances used in the paper

Leitner, M., Lodi, A., Roberti, R., & Sole, C. (2021). An Exact Method for (Constrained) Assortment Optimization Problems with Product Costs. arXiv preprint arXiv:2109.03357.

For additional details on how to run the code refer to:

  • README_MNL.txt: for details regarding the Assortment Optimization problem with product fixed costs under the Multinomial Logit (MLN) choice model
  • README_MMNL.txt: for details regarding the Assortment Optimization Problem under the Mixed Multinomial Logit (MMNL) choice model.

Use It, Cite It

If you use the code from this repository, please cite using the following reference

@article{leitner2021exact,
  title={An Exact Method for (Constrained) Assortment Optimization Problems with Product Costs},
  author={Leitner, Markus and Lodi, Andrea and Roberti, Roberto and Sole, Claudio},
  journal={arXiv preprint arXiv:2109.03357},
  year={2021}
}

About

code for the paper ``An Exact Method for (Constrained) Assortment Optimization Problems with Product Costs'', Leitner et al.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 95.2%Language:CMake 4.8%