mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-07 08:48:52 -06:00
7 lines
85 B
Julia
7 lines
85 B
Julia
using Pkg
|
|
Pkg.develop(path="/app")
|
|
Pkg.build("MIPLearn")
|
|
|
|
using MIPLearnT
|
|
runtests()
|