Hi I have a legacy code in JuMPeR which I’m trying to run with the latest version of JuMP and Julia.
The command setDefaultOracle is not recognized, and I can not find what it was changed to.
Does anybody know what it was changed to? did GeneralGraphOracle change as well?
I also tried to run Pkg.test(“JuMPeR”) and got:
ERROR: LoadError: Some tests did not pass: 1628 passed, 309 failed, 74 errored.
I can send the full report if anyone is maintaining the package
According to its REQUIRE file, JuMPeR is compatible with JuMP 0.14 and no later, while the latest version of JuMP is 0.16. So I wouldn’t expect to run JuMPeR with the latest version of JuMP unless you’re willing to or can find someone willing to update it.
Thanks for the tip
I actually tried running the command
setDefaultOracle!(rm, JuMPeR.GeneralGraphOracle())
and got the error:
ERROR: LoadError: UndefVarError: setDefaultOracle! not defined