From f29f2d8db5907d2d7a420d655634d33fa329df6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=A4cker?= Date: Sun, 8 Feb 2026 08:26:17 +0100 Subject: [PATCH] Fix typo in optimization tutorial documentation I think that is what was originally meant. --- docs/src/tutorials/optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/optimization.md b/docs/src/tutorials/optimization.md index c248dc527b..a932510308 100644 --- a/docs/src/tutorials/optimization.md +++ b/docs/src/tutorials/optimization.md @@ -70,7 +70,7 @@ scatter!([u_opt[1]], [u_opt[2]], ms = 10, label = "minimum") ## Rosenbrock Function with Constraints -ModelingToolkit is also capable of handing more complicated constraints than box constraints. +ModelingToolkit is also capable of handling more complicated constraints than box constraints. Non-linear equality and inequality constraints can be added to the `OptimizationSystem`. Let's add an inequality constraint to the previous example: