Skip to content

MESS-2020-1/GRASP-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRASP-solver

This repository stores the C++ source code of the Greedy Randomized Adaptive Search Procedures (GRASP) solver for the MS-CFLP-CI

Compile the solver with:

makefile

Run it with:

./GRASP.exe <input_file> <solution_file> <timeout> <random_seed>

For example, the command line:

GRASP.exe ../Instances/Public/wlp01.dzn sol01.txt 20 1256786

Runs for 20s the solver on instance wlp01.dzn stored in the directory ../Instances/Public/ and delivers the solution in the file sol01.txt.

About

Greedy Randomized Adaptive Search Procedures solver for the MS-CFLP-CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors