Reference
Dualization.supported_constraints
— Functionsupported_constraints(con_types::Vector{Tuple{Type, Type}})
Returns true
if Function-in-Set
is supported for Dualization and throws an error if it is not.
Dualization.supported_objective
— Functionsupported_objective(primal_model::MOI.ModelLike)
Returns true
if MOI.ObjectiveFunctionType()
is supported for Dualization and throws an error if it is not.
Dualization.DualNames
— TypeDualNames
DualNames is a struct to pass the prefix of dual variables and dual constraints names.
See more on naming the variables.