summaryrefslogtreecommitdiff
path: root/src/theory/strings/regexp_operation.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-27 10:23:42 -0500
committerGitHub <noreply@github.com>2020-03-27 10:23:42 -0500
commita64866663f10db4ffadd2d48500cda05c4831f0e (patch)
tree34c95678bf117cda2818a201250354b7601f6545 /src/theory/strings/regexp_operation.h
parent27ac2ce712b0bcfdef83e2d44dd210f667ab7959 (diff)
Do not require that function sorts are first class internally (#4128)
This PR removes the requirement in the NodeManager that argument types to the function sort are first class. Notice that the new API does this check (as it should): https://github.com/CVC4/CVC4/blob/master/src/api/cvc4cpp.cpp#L2633 Moreover, SyGuS v2 internally requires constructing function types having arguments that are not first class (e.g. regular expression type). This is required to update the regression https://github.com/CVC4/CVC4/blob/master/test/regress/regress1/sygus/re-concat.sy to SyGuS v2. FYI @abdoo8080 .
Diffstat (limited to 'src/theory/strings/regexp_operation.h')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback