diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 5fad761ff..d303f9acd 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -40,22 +40,22 @@ The type attribute can be add,update,fix,remove. - Fixed a NullPointerException when no solution is possible and some constraints - are negative + Fixed a NullPointerException in simplex solver when no solution is possible + and some constraints are negative. - Removed an unused argument in a private method + Removed an unused argument in a private method in simplex solver. - Fixed an error induced by entries set to 0 + Fixed an error induced by entries set to 0 in simplex solver. Fixed an error leading the simplex solver to compute the right solution - but return another one + but return another one. Prevent infinite loops in multi-directional direct optimization method when - the start point is exactly at the optimal point + the start point is exactly at the optimal point.