Skip to content

A small bug with DoubleVectorMap removed

Latest
Compare
Choose a tag to compare
@dragance106 dragance106 released this 20 Jul 14:05
3e5d8eb

In previous version similar keys in DoubleVectorMap were searched in the DoubleUtil.DOUBLE_EQUALITY_THRESHOLD neighbourhood of a current key, which lead to incorrect reports of graphs with the same vector invariant (e.g., the same A-spectrum). This is now corrected to slightly less than half the threshold, i.e., to DoubleUtil.DOUBLE_EQUALITY_THRESHOLD/2.05.