Description

On this page, instances for the the Min-Max Regret selection problem under interval uncertainty set could be found. In addition, information with regard to the size of instances provided as well as an overall description of the considered method of instance generation is available. For more general purposes, the instance generator software is also accessible through a link to our github repository. Finally, if more detail about theory or application of this method is desired, the main publication introducing this method could also be reached.

It must be noticed that in order to refer to the parameters of the robust selection problem, we use n for the number of items and p for the number of items we need to choose. Moreover, we use ci as the nominal value of item i [n] and di for its deviation.

Method Description: In this method, first an uncertainty set is generated using the following method:

For all i [n], we choose both ci , di uniformly as an integer number from {1, . . . , 100}.

Now, a new uncertainty set is generated by adjusting both the nominal value and deviation of each item, using an optimization model where each nominal value and deviation can vary with respect to a parameter called budget (b).

Instance Format

Here the instance set consists of problems with n = 100 when p ∈ {10, 20, . . . , 90}. It also must be noticed that with used b = 1, 2 and 5 for the adjustment of scenarios. For each problem size, we generate 50 instances. Thus the instance set contains 1350 instances. The instance files are named as “instancenp-0-0-600-bx”, where x represents the number of instance (1 x 50). In addition, each instance file contains three lines. The first line represents n and p, the second and third lines show ci and di for i ∈ [n], respectively.

Generator Software

Although it is a good idea to have a library of instances for the robust optimization problems, it is not possible to upload all possible combination of problem parameters on a website. Alternatively, the generator software could be accessed so that any instance size could be generated. Therefore, it is possible to access a C++11 code which is used as the generator software. Moreover, for the optimization part of the code, C++11 is linked to CPLEX.20.10.

Reference

This page has been created based on the information provided in the following paper:

  • Goerigk, M., & Khosravi, M. (2022). Benchmarking Problems for Robust Discrete Optimization. arXiv preprint arXiv:2201.04985.