Reference

Dualization.supported_constraintsFunction
supported_constraints(con_types::Vector{Tuple{DataType, DataType}})

Returns true if Function-in-Set is supported for Dualization and throws an error if it is not.

source
Dualization.supported_objectiveFunction
supported_objective(primal_model::MOI.ModelLike)

Returns true if MOI.ObjectiveFunctionType() is supported for Dualization and throws an error if it is not.

source
Dualization.DualNamesType
DualNames

DualNames is a struct to pass the prefix of dual variables and dual constraints names. See more on naming the variables.

source