An open API service indexing awesome lists of open source software.

https://github.com/mohamedhmini/variable-neighborhood-search

VNS-SOLVER : implementation of the VNS meta-heuristic using the C programming language
https://github.com/mohamedhmini/variable-neighborhood-search

artificial-intelligence c-programming-language meta-heuristic-algorithm meta-heuristics operations-research optimization optimization-algorithms

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# VNS-SOLVER :

### SOLVING A 'P||Cmax' SCHEDULING PROBLEM
to compile the scheduler program you should run the following bash code :
```bash
gcc -o main ./HLCio/dataframe.c ./HLCio/advio.c ./VNS.c ./scheduler.c
```
to execute :
```bash
./main
```
e.g :
```bash
./main ./datasets/c500t3.txt 10
```