Skip to content

Commit ffcac7c

Browse files
authored
Update README.md
1 parent be957b7 commit ffcac7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ At present it will fail if:
2020

2121
This module is set up for minimization problems only.
2222

23-
This module solves LPs using the simplex algorithm which is not the most performant method.
23+
This module solves [not yet!!] LPs using the simplex algorithm which is not the most performant method.
2424
Further, all data is stored using arbitrary precision integers (that is, `Rational{BigInt}`) which gives
2525
exact answer, but is much slower than floating point arithmetic. These issues are negligible for small problems.
2626

0 commit comments

Comments
 (0)