Skip to content

hochata/SupplyChains.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SupplyChains

Simple implementation of a mathematical model of a supply chain, with some cost optimization heuristics.

Development setup

Using ASDF, just run

asdf install

to get the exact julia version used to develop this package.

The run a Julia session at the root of the repo with

julia> ]
(@v1.8) pkg> activate .
  Activating project at `.../SupplyChains.jl`

(SupplyChains) pkg> instantiate

to install all the dependencies.

Releases

No releases published

Packages

No packages published

Languages