lanl-ansi / Juniper.jl

A JuMP-based Nonlinear Integer Program Solver
https://lanl-ansi.github.io/Juniper.jl/stable/
MIT License
180 stars 22 forks source link

JuMP v0.21 Support #176

Closed ccoffrin closed 4 years ago

ccoffrin commented 4 years ago

The following example,

using Juniper

seems to result in the following error,

ERROR: LoadError: LoadError: UndefVarError: OptimizerFactory not defined
ccoffrin commented 4 years ago

Started this in the jump-v0.21 branch. src/bb_inits_and_defaults.jl needs to be updated to support the new OptimizerWithAttributes feature, otherwise seems to be working. I'll leave that to you are your earliest convenience.

Wikunia commented 4 years ago

Implemented by #179