File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ changes.
27
27
dual variable associated with such constraints is now reversed in sign** .
28
28
(Following the convention in MathOptInterface, the dual of ` a <= b ` is
29
29
always negative, regardless of optimization sense.) (#593 )
30
- * The structs ` LessThanConstraint ` , ` GreaterThanConstraint ` , ` EqualToConstraint `
31
- ` SecondOrderConeConstraint ` and ` PostiveSemidefinteConeConstraint ` have
30
+ * The structs ` LtConstraint ` , ` GtConstraint ` , ` EqConstraint `
31
+ ` SOCConstraint ` and ` SDPConstraint ` have
32
32
been replaced by ` GenericConstraint{S} ` where ` S<:MOI.AbstractSet ` (#590 )
33
33
* The syntaxes ` dot(*) ` , ` dot(/) ` and ` dot(^) ` have been removed in favor of
34
34
explicit broadcasting (` x .* y ` , ` x ./ y ` , and ` x .^ y ` ). These were (mild)
You can’t perform that action at this time.
0 commit comments