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 fa7ba81 commit ded3433Copy full SHA for ded3433
src/constraints.jl
@@ -234,7 +234,7 @@ end
234
name::String = ""
235
)::DisjunctConstraintRef
236
237
-Extend `JuMP.add_constraint` to add a [`_DisjunctConstraint`](@ref) to a [`GDPModel`](@ref).
+Extend `JuMP.add_constraint` to add a [`DisjunctConstraint`](@ref) to a [`GDPModel`](@ref).
238
The constraint is added to the `GDPData` in the `.ext` dictionary of the `GDPModel`.
239
"""
240
function JuMP.add_constraint(
0 commit comments