We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fbae5 commit 0075ee4Copy full SHA for 0075ee4
src/gurobi_setup.jl
@@ -1,7 +1,7 @@
1
using DocStringExtensions: TYPEDSIGNATURES
2
using JuMP: Model
3
4
-@info "Creating a GRB_ENV const for AircraftRoutingBase..."
+@info "Creating a GRB_ENV const for DecisionFocusedLearningBenchmarks..."
5
# Gurobi package setup (see https://github.com/jump-dev/Gurobi.jl/issues/424)
6
const GRB_ENV = Ref{Gurobi.Env}()
7
GRB_ENV[] = Gurobi.Env()
0 commit comments