SemGuS-git / Semgus-Parser

Library and tool for parsing SemGuS specifications
MIT License
4 stars 1 forks source link

Add term variable to CHC event #93

Closed kjcjohnson closed 1 year ago

kjcjohnson commented 1 year ago

The CHC event should include the term variable. E.g., in: (match et (($x ...))) we should emit et as, maybe, the termVariable?

We don't need annotations to get this information, so solvers that don't care can use unannotated benchmarks.

kjcjohnson commented 1 year ago

Fixed in #96