Skip to content

A code for solving a case of job sequencing and tool switching problem (SSP) with uniform setup time, using a mathematical formulation from Laporte, Salazar-Gonzales, and Semet (2004). Written in Julia and JuMP, solved with Gurobi.

License

Notifications You must be signed in to change notification settings

setyotw/Laporte2004_UniformSSP_JuMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Job Sequencing and Tool Switching Problem

This repository provides an implementation of Laporte, Salazar-Gonzales, Semet (2004) formulation of job sequencing and tool switching problem (SSP) with uniform setup time. This formulation was introduced by Laporte, Salazar-Gonzales, Semet (2004).

Usage and Dependencies

  • Codes are written in Julia using JuMP framework.
  • Solved with Gurobi optimization solver (under an academic license).
  • Julia package 'DataStructures.jl' is used for dictionaries.
  • Julia package 'Combinatorics.jl' is used for creating a powerset for subtour elimination constraints.

Related works

This is the second mathematical formulation available for SSP, consider to check also:

License

This software is licensed under the MIT License. See file LICENSE for more information.

About

A code for solving a case of job sequencing and tool switching problem (SSP) with uniform setup time, using a mathematical formulation from Laporte, Salazar-Gonzales, and Semet (2004). Written in Julia and JuMP, solved with Gurobi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages