Closed LeventErkok closed 1 year ago
z3 now supports seq.foldl. We should add support for this. The function argument can come from a fixed set of collections (i.e., addition, multiplication, etc.) or via addSMTDefinition. I think that should cover most everything.
seq.foldl
addSMTDefinition
z3 now supports
seq.foldl
. We should add support for this. The function argument can come from a fixed set of collections (i.e., addition, multiplication, etc.) or viaaddSMTDefinition
. I think that should cover most everything.