We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1b00d commit 984828bCopy full SHA for 984828b
README.md
@@ -363,10 +363,11 @@ $\(x_1\)$ and $\(x_2\)$
363
364
<br><br>
365
366
-- **[Constraints]():** These are linear inequalities or equalities that restrict the values the decision variables can take.
+### **[Constraints]():**
367
368
+These are linear inequalities or equalities that restrict the values the decision variables can take.
369
-<br><br>
370
+<br>
371
372
- **[Equality constraint]():**
373
@@ -397,7 +398,7 @@ $a_{i1}x_1 + a_{i2}x_2$ = $b_i$
397
398
399
400
- - [Greater than or equal to constraint]():
401
+- [Greater than or equal to constraint]():
402
403
$a_{i1}x_1$ + $a_{i2}x_2 \geq b_i$
404
0 commit comments