mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-07 16:58:52 -06:00
Make package compatible with miplearn:dev
This commit is contained in:
@@ -375,7 +375,7 @@ function get_variables(
|
||||
|
||||
rc = isempty(data.reduced_costs) ? nothing : data.reduced_costs
|
||||
|
||||
vf = miplearn.features.VariableFeatures(
|
||||
vf = miplearn.solvers.internal.Variables(
|
||||
names=names,
|
||||
lower_bounds=lb,
|
||||
upper_bounds=ub,
|
||||
@@ -463,7 +463,7 @@ function get_constraints(
|
||||
end
|
||||
end
|
||||
|
||||
return miplearn.features.ConstraintFeatures(
|
||||
return miplearn.solvers.internal.Constraints(
|
||||
names=names,
|
||||
senses=senses,
|
||||
lhs=lhs,
|
||||
|
||||
Reference in New Issue
Block a user