moves-rwth / storm

A Modern Probabilistic Model Checker
https://www.stormchecker.org
GNU General Public License v3.0
126 stars 73 forks source link

Fixed wrong size threshold if exploration time limit is given #510

Closed AlexBork closed 3 months ago

AlexBork commented 4 months ago

This PR removes a line that always sets the threshold for the size of the belief MDP to the heuristic value computed by Storm if it is not explicitly set different from the default. The intended behaviour is for the belief exploration to ignore the size threshold if a time limit for the belief exploration and no explicit size threshold are given.

tquatmann commented 3 months ago

LGTM!