diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 50e199daf..5391a82c1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,12 @@ If the output is not quite correct, check for invisible trailing spaces! + + The cutOff mechanism of the "SimplexSolver" in package o.a.c.math3.optim.linear + could lead to invalid solutions. The mechanism has been improved in a way that + the tableau does not need to be updated anymore. Additionally, a new check will + prevent impossible solutions to be returned as valid. + Improved performance of "SimplexSolver" in package o.a.c.math3.optim.linear by directly performing row operations and keeping track of the current basic variables.