Hi everyone.
Working on my master thesis project, I have run into some problems using JuMP and Gurobi. I need to use Gurobi specific callback functionality, but as far as I can tell, this requires me to construct my model in direct mode (using direct_model()). However, I cannot find a way to do this, while also reusing my Gurobi environment. Is there a way to use Gurobi callback functionality, without using direct_model, or reuse the gurobi environment with direct_model?
Kind regards,
Nicolai