From 91207d4c6dfcf3603cee9743218e770666da4566 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Tue, 21 Jul 2020 12:18:07 +0200 Subject: [PATCH] Track changes. --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0318eaa9e..59dde5062 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,11 @@ If the output is not quite correct, check for invisible trailing spaces! + + "SimplexTableau": Internally "scale down" the problem definition when the + constraints are defined with large numbers, in order to avoid spurious + exceptions caused by floating-point accuracy errors. + Avoid inefficiencies in computing the standard quality measures of a SOFM.