You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MIPLearn/src/julia/sysimage.jl

22 lines
366 B

using PackageCompiler
using CPLEX
using CPLEXW
using Gurobi
using JuMP
using MathOptInterface
using PyCall
using TimerOutputs
using TinyBnB
pkg = [:CPLEX
:CPLEXW
:Gurobi
:JuMP
:MathOptInterface
:PyCall
:TimerOutputs
:TinyBnB]
@info "Building system image..."
create_sysimage(pkg, sysimage_path="build/sysimage.so")