Reference
Dualization.supported_constraints — Functionsupported_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.
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 — TypeDualNamesDualNames is a struct to pass the prefix of dual variables and dual constraints names. See more on naming the variables.
Missing docstring for Dualization.dual_set. Check Documenter's build log for details.