Skip to content

tong-wang/Efficient-Responsive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Efficient-Responsive

Numerical experiments for the paper "The Effect of Competition on the Efficient–Responsive Choice"

Repository:     Efficient-Responsive
Author:         Tong WANG
Email:          tong.wang@nus.edu.sg
Version:        v2.0 (originally written in 2009, reorganised and published on 2013-04-17)
Copyright:      MIT License
Description:
                This repository hosts codes for the numerical experiments conducted in the paper "The Effect of Competition on the Efficient–Responsive Choice."

                <Efficient-Responsive/src> folder hosts the C++ code for the four models developed in the paper and its e-companion: .

                <Efficient-Responsive/output> folder hosts the raw output data files generated by the C++ codes, the R scripts for cleaning, organizing, summarising, and plotting these data, and the final output (in the format of Tables and Figures) published in the paper.

Reference

Paper title:    "The Effect of Competition on the Efficient–Responsive Choice"
Authors:        Tong Wang, Douglas Thomas and Nils Rudi
Year:           2014
Journal:        Production and Operations Management
Volume:         23
Number:         5
Page:           829–846
Journal link:   http://onlinelibrary.wiley.com/doi/10.1111/poms.12093/abstract
BibTeX:
                @article{WangThomasRudi2014,
                    author = {Wang, Tong and Thomas, Douglas and Rudi, Nils}, 
                    title = {The Effect of Competition on the Efficient–Responsive Choice},
                    journal = {Production and Operations Management} 
                    volume = {23}, 
                    number = {5}, 
                    pages = {829–846}, 
                    year = {2014}, 
                    doi = {10.1111/poms.12093}, 
                    URL = {http://onlinelibrary.wiley.com/doi/10.1111/poms.12093/abstract}, 
                }
Further resources (such as the original paper in PDF format, its e-companion, and presentation slides) are available at http://bschool.nus.edu/staff/bizwt/research.html.

Instructions

The C++ codes are re-written using the new C++11 standard library. In order to compile them, you will need:
    (1). An update-to-date C++ compiler (GNU GCC 4.7 or Intel C++ Compiler 13.0) supporting C++11.
    (2). Compile by command: "g++ -std=c++11 -O3 -o Efficient-Responsive-Single.exe Efficient-Responsive-Single.cpp".

The R scripts require a working R environment (http://www.r-project.org/). The scripts are only tested on R version 2.15, but should be running smoothly on newer versions. The scripts do not require extra R packages.

DOI

============================================================================ The MIT License (MIT)

Copyright (c) [2014] [Tong Wang]

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.

About

Numerical experiments in the paper "The Effect of Competition on the Efficient–Responsive Choice"

Resources

Stars

Watchers

Forks

Packages

No packages published