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
Copy file name to clipboardexpand all lines: docs/src/tutorials/optimization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ nothing; # hide
92
92
93
93
### Explanation
94
94
95
-
Equality and inequality constraints can be added to the `OptimizationSystem`. An equality constraint can be specified via and`Equation`, e.g., `x^2 + y^2 ~ 1`. While inequality constraints via an `Inequality`, e.g., `x^2 + y^2 ≲ 1`. The syntax is here `\lesssim` and `\gtrsim`.
95
+
Equality and inequality constraints can be added to the `OptimizationSystem`. An equality constraint can be specified via an`Equation`, e.g., `x^2 + y^2 ~ 1`. While inequality constraints via an `Inequality`, e.g., `x^2 + y^2 ≲ 1`. The syntax is here `\lesssim` and `\gtrsim`.
0 commit comments