Fix Fuzzy::clear()
The Fuzzy::clear() function completely discarded the points_ list, but was supposed to reset it to its initial state with two points at (X_MIN, 0.0) and (X_MAX, 0.0). This commit fixes the function.
Please register or sign in to comment