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
- Host: GitHub
- URL: https://github.com/mohamedhmini/variable-neighborhood-search
- Owner: MohamedHmini
- Created: 2019-12-02T22:58:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T01:50:29.000Z (over 4 years ago)
- Last Synced: 2025-03-24T03:22:53.514Z (7 months ago)
- Topics: artificial-intelligence, c-programming-language, meta-heuristic-algorithm, meta-heuristics, operations-research, optimization, optimization-algorithms
- Language: C
- Homepage:
- Size: 343 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```