Tue, 14 Sep 2010 12:52:50 +0200 fixed bug in the "fast_descrs" optimization;
blanchet [Tue, 14 Sep 2010 12:52:50 +0200] rev 39358
fixed bug in the "fast_descrs" optimization; the bug is that two sets may actually be the same but because of the three-valued logic a different "The" or "Eps" is chosen; e.g. consider the set {1, 2}. If it is approximated in one place as {1, 2?} and in another place as {1?, 2}, then "Eps" would return 1 in the first case and 2 in the second case. This is of course wrong, because both sets potentially represent {1, 2}. The current fix has a very negative impact on precision.
Tue, 14 Sep 2010 11:18:40 +0200 speed up helper function
blanchet [Tue, 14 Sep 2010 11:18:40 +0200] rev 39357
speed up helper function
Tue, 14 Sep 2010 11:07:23 +0200 tuning
blanchet [Tue, 14 Sep 2010 11:07:23 +0200] rev 39356
tuning
(0) -30000 -10000 -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip