We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a4e2a commit aad7537Copy full SHA for aad7537
1 file changed
docs/src/developer/defining_a_new_set.md
@@ -25,7 +25,7 @@ t = \max(f_1(x), f_2(x), \ldots, f_N(x))
25
The first step to design a new set for MathOptInterface is to define the
26
mathematical relationship you want to model as a _function-in-set_ $f(x) \in S$.
27
28
-Your inital thought for representing the _LinMax_ constraint in MathOptInterface
+Your initial thought for representing the _LinMax_ constraint in MathOptInterface
29
may be to represent it as:
30
```math
31
F(x) \in LinMax(t)
0 commit comments