Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

This script is a guidance for conducting the experiments illustrated here.

Building and Installing MibS

In order to install MibS, see here.

The addresses of the directories in which MibS is placed and installed are referred by <mibs-dir> and <build-dir> respectively in the next sections.

Furthermore, the directory <mibs-dir>/scripts includes all the parameter files and the required scripts. In the next sections, we refer to the address of this directory by <scripts-dir>.

Test Sets

Three different data sets (171 instances in total) were employed in our experiments as follows:

  1. IBLP-DEN: This set contains 50 instances.
  2. IBLP-FIS: This set contains 21 instances.
  3. MIBLP-XU: This set contains 100 instances.

Conducting the experiments

All described problems in previous section should be solved by all 11 methods described in Sections 4.1, 4.2 and 4.3. Then the instances that can be solved by at least one of these 11 methods in 3600 seconds and whose solution time exceeds 5 seconds for at least one method should be solved by the methods explained in Section 4.4.

If the directory build is placed inside of the directory MibS (i.e., <build-dir>=<mibs-dir>/build), to solve all instances with all methods and plot the figures presented in the paper, run the below commands

cd <scripts-dir>/analyze
./run.sh

Otherwise, run the below command

<scripts-dir>/analyze/run.sh --build-dir=<build-dir> --mibs-dir=<mibs-dir>

All generated plots and tables can be found in the directories /analyze/performance and /analyze/table respectively.