JuMP only for formulation and CPLEX.jl (or Gurobi.jl) as callable library wrapper?

Hi @rocarvaj, you can use JuMP’s direct mode to build the model and then interact with it using the CPLEX API. In direct mode, there’s a 1:1 mapping from JuMP variables and constraints to CPLEX variables and constraints.

2 Likes