Store LHS using sparse matrices

This commit is contained in:
2021-08-30 10:50:37 -05:00
parent 427a445e3c
commit 7c6ba863d6
4 changed files with 87 additions and 119 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.dev12`)
run(`$pip install miplearn==0.2.0.dev13`)
end
install_miplearn()