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.
|
using PackageCompiler
|
|
|
|
using JSON2
|
|
using CPLEX
|
|
using Gurobi
|
|
using JuMP
|
|
using MathOptInterface
|
|
using PyCall
|
|
using TimerOutputs
|
|
|
|
pkg = [:JSON2
|
|
:CPLEX
|
|
:Gurobi
|
|
:JuMP
|
|
:MathOptInterface
|
|
:PyCall
|
|
:TimerOutputs]
|
|
|
|
create_sysimage(pkg, sysimage_path="build/sysimage.so") |