How to determine Gurobi or solver version in JuMP
Advertisements In Python, you can do: print(gurobipy.gurobi.version()) What is the equivalent for Julia and JuMP? I tried using Gurobi Gurobi.version() Without success. I am not trying to get Gurobi.jl package version which can be obtained with ] status Gurobi. >Solution : There are three integer variables for this you need to combine them to get… Read More How to determine Gurobi or solver version in JuMP