Skip to content

Commit a4fb1cd

Browse files
committed
fix markdown
1 parent f10a4d4 commit a4fb1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple implementation of the simplex algorithm, used for solving linear programming problems. One known issue of this implementation is that it doesn't give a proper solution to problems where the origin is outside of the feasable region.
44

5-
For more information visit: []http://blog.bolner.hu/2012/08/22/simplex/](http://blog.bolner.hu/2012/08/22/simplex/)
5+
For more information visit: <http://blog.bolner.hu/2012/08/22/simplex/>
66

77
## Compiling on Debian / Ubuntu
88

0 commit comments

Comments
 (0)