Skip to content
/ CRPP Public

Data for paper "Multi-product pricing under a ranked-based consumer choice model: mixed-integer formulations for the Capacitated Rank Pricing Problem" by C. Domínguez, M. Labbé and A. Marín.

License

Notifications You must be signed in to change notification settings

cdomsa/CRPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CRPP

This repository containts the data files used in the computational experiments in the working paper

Domínguez, C., Labbé, M., & Marín, A. (2020). Multi-product pricing under a ranked-based consumer choice model: mixed-integer formulations for the Capacitated Rank Pricing Problem.

Citation

If you use the data in this repository in your own research, please cite the above paper.

License

This code is available under the MIT License.

Copyright (C) 2018 Velibor Misic

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Repository Structure

This repository contains one directory:

  • CRPP_DATA: Contains the data files used in the numerical experiments:
    • CRPP_DATA_K*_I**_C***_INS****: contains data for synthetic data instances (see Section 6 of Domínguez et al.), where *, ** and *** are the values of |K|, |I| and C, respectively, and **** indicates the number of the instance (there are 5 randomly generated instances for each combination of parameters). Each file includes:
    • K : Number of customers (|K| in the paper),
    • I : Number of products (|I| in the paper),
    • C : Number of copies of each product for sale.
    • PREFERENCES : The preference matrix, where entrance (k,i) = n iff i is the n-eth product in the list of preferences of k, and (k,i) = 0 if product i does not belong to I^k.
    • RESERVATION PRICES : The reservation prices matrix, where entrance (k,i) = p if customer k has a reservation price of p for product i, and 0 if product i does not belong to I^k.

About

Data for paper "Multi-product pricing under a ranked-based consumer choice model: mixed-integer formulations for the Capacitated Rank Pricing Problem" by C. Domínguez, M. Labbé and A. Marín.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published