Add support for MIQPs; implement max cut model

This commit is contained in:
2025-06-11 15:38:06 -05:00
parent 9ac2f74856
commit 2ea0043c03
6 changed files with 113 additions and 9 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.4.2`)
run(`$pip install miplearn==0.4.4`)
end
install_miplearn()