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.
2 parents 2dac5d8 + db6eebc commit 591c084Copy full SHA for 591c084
1 file changed
README.md
@@ -220,13 +220,12 @@ The **graphical method** for solving simple linear programming (LP) problems inv
220
a_{i1}x_1 + a_{i2}x_2 = b_i
221
```
222
223
-
224
<br>
225
226
227
- - Less than or equal to constraint:
+ - [Less than or equal to constraint]():
228
229
- #### $$a_{i1}x_1$$ + $$a_{i2}x_2 \leq b_i$$
+ $$a_{i1}x_1$$ + $$a_{i2}x_2 \leq b_i$$
230
231
232
0 commit comments