Skip to content

VNS-SOLVER : implementation of the VNS meta-heuristic using the C programming language

Notifications You must be signed in to change notification settings

MohamedHmini/VARIABLE-NEIGHBORHOOD-SEARCH

Repository files navigation

VNS-SOLVER :

SOLVING A 'P||Cmax' SCHEDULING PROBLEM

to compile the scheduler program you should run the following bash code :

gcc -o main ./HLCio/dataframe.c ./HLCio/advio.c ./VNS.c ./scheduler.c

to execute :

./main <name of the dataset> <GVNS stopping condition (nbr of allowed failure iterations)>

e.g :

./main ./datasets/c500t3.txt 10