Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 362 Bytes

File metadata and controls

31 lines (26 loc) · 362 Bytes

Julia Implementation

Setup

  • Open Julia on your terminal
julia

  • Import Pkg
import Pkg
  • Install JuMP
Pkg.add("JuMP")
  • Install GLPK Optimizer
Pkg.add("GLPK")

Executing

  • execute the file with the path to the instance
julia main.jl ../material/exercicio.txt