Skip to content

bokner/ssp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSTSP

Framework for solving/benchmarking Job Sequencing And Tool Switching Problem

Usage:

instance_file_d4_1 = "instances/MTSP/Catanzaro/D4-1.txt"
JSTSP.Batch.run(instance_file_d4_1, 300_000)  
## or
JSTSP.run(instance_file_d4_1, solver: "gecode", time_limit: 300_000)  

Installation

If available in Hex, the package can be installed by adding jstsp to your list of dependencies in mix.exs:

def deps do
  [
    {:jstsp, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/jstsp.