You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@assert ref_obj.set isa MOI.LessThan || ref_obj.set isa MOI.GreaterThan || ref_obj.set isa MOI.EqualTo "$ref must be one the following: GreaterThan, LessThan, or EqualTo."
67
73
ref_func =string(ref_obj.func)
68
74
ref_type =fieldnames(typeof(ref_obj.set))[1]
69
75
ref_rhs =normalized_rhs(ref)
70
-
elseif ref isa NonlinearConstraintRef
71
-
ref_str =string(ref)
72
-
@assertlength(findall(r"[<>]", ref_str)) <=1"$ref must be one of the following: GreaterThan, LessThan, or EqualTo."
0 commit comments