Skip to content

jordanamecler/HGS-SSP

Repository files navigation

HGS-SSP

This work was published in one of the best journals in the area of operations research, Computers & Operations Research.
The paper is available in https://www.sciencedirect.com/science/article/abs/pii/S0305054820302707.

To compile, run:

  • make

To execute, run:

  • ./HGS_SSP {instance_path} {instance_name} {solution_path} {seed}

For example, to run the first instance of Crama et al.:

  • ./HGS_SSP Instances/Crama/Tabela1 s1n001 solutions.txt 1

The output will be in the form:

  • {best_solution_found},{CPU time}

About

Hybrid genetic search applied to the Job Sequencing and Tool Switching Problem (SSP).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published