Skip constant POIs when storing impact calculation
When impact calculation is performed, constant POIs are omitted. But, when storing the impact, the code iterate over all POIs.
There is a great similarity between TSImpactCalculator and TSBreakdownCalculator. Maybe, in the future, these two can be merged to compactify the code.