We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be957b7 commit ffcac7cCopy full SHA for ffcac7c
README.md
@@ -20,7 +20,7 @@ At present it will fail if:
20
21
This module is set up for minimization problems only.
22
23
-This module solves LPs using the simplex algorithm which is not the most performant method.
+This module solves [not yet!!] LPs using the simplex algorithm which is not the most performant method.
24
Further, all data is stored using arbitrary precision integers (that is, `Rational{BigInt}`) which gives
25
exact answer, but is much slower than floating point arithmetic. These issues are negligible for small problems.
26
0 commit comments