issues
search
WatForm
/
fortress
Fortress: Finite Model Finder for Many-Sorted First-Order Logic
MIT License
5
stars
0
forks
source link
BitVectors (which contain their scope in the sort) within the ScopeMap?
#121
Open
nancyday
opened
4 months ago
nancyday
commented
4 months ago
BitVector(n) MUST be mapped to a scope of 2^n (should be checked somewhere)
should these be of fixed scope? (IntToBVTransformer does not currently make them fixed)
how should it be handled in any transformer that considers the scopes (QuantifierExpansion, TransitiveClosure, MaxUnboundedScopes, etc)