I've made a Spec Explorer project that has a list as system variable. Almost in every rule this list is adapted to get the correct results. But when I explore my project I get duplicate states. If I compare these states the only difference I find is:
_version: 25 System.Int32
_version: 23 System.Int32
After googling why this happens I found that each time a string is altered the version changes. So even though version 23 and 25 contain the same string, the version number makes Spec Explorer think they are different, so it produces 2 states. Is there anyway to fix this? Like resetting the string or maybe there is a way to force Spec Explorer to accept this.