Content-Length: 272330 | pFad | http://github.com/jump-dev/CPLEX.jl/commit/0ac4ef4d93b7f747232f8af1b9739dd1433ceb9d
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 6e7be8e commit 0ac4ef4Copy full SHA for 0ac4ef4
README.md
@@ -164,15 +164,15 @@ function add_annotation(
164
if all_variables
165
@assert num_variables == JuMP.num_variables(model)
166
end
167
- indices, annotations = Cint[], Clong[]
+ indices, annotations = CPXINT[], CPXLONG[]
168
for (key, value) in variable_classification
169
for variable_ref in value
170
push!(indices, variable_ref.index.value - 1)
171
push!(annotations, CPX_BENDERS_MASTERVALUE + key)
172
173
174
cplex = backend(model)
175
- index_p = Ref{Cint}()
+ index_p = Ref{CPXINT}()
176
CPXnewlongannotation(
177
cplex.env,
178
cplex.lp,
Fetched URL: http://github.com/jump-dev/CPLEX.jl/commit/0ac4ef4d93b7f747232f8af1b9739dd1433ceb9d
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments