Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 281 Bytes

TIMES.jl

An experiment translating TIMES to Julia.

Execute the following line from the project root folder to install the project dependencies:

julia --project=. -e "using Pkg; Pkg.instantiate()"

Execute julia --project=. demo.jl to solve the prototype with HiGHS.