#424 CIF explorer: calculate possible initial states in a way that is compatible with the precondition check.
- Best to review per commit.
- Changes:
- Moved some functionality from
SpecNoTooManyPossibleInitialStatesCheck
toCifValueUtils
, for reuse. - CIF explorer now assumes prechecking is done, and doesn't check this constraint by itself anymore. Ensures consistency.
- Reduced the number of possible initial states, which would lead to false positives for going over the limit.
- Moved some functionality from
Addresses #424 (closed)