Replace tuples; make it work with plain JuMP models

This commit is contained in:
2021-05-20 12:02:29 -05:00
parent 241d1d4157
commit f94eb598c9
5 changed files with 99 additions and 76 deletions

2
deps/build.jl vendored
View File

@@ -5,7 +5,7 @@ function install_miplearn()
Conda.update()
pip = joinpath(dirname(pyimport("sys").executable), "pip")
isfile(pip) || error("$pip: invalid path")
run(`$pip install miplearn==0.2.0.dev8`)
run(`$pip install miplearn==0.2.0.dev9`)
end
install_miplearn()