summaryrefslogtreecommitdiff
path: root/test/regress/regress1/ho/SYO056^1.p
AgeCommit message (Collapse)Author
2021-06-11Better support for HOL parsing and set up (#6697)Haniel Barbosa
This commit adds a new parser option, --hol, which marks that HOL is being used. This option has the effect of prepending the problem's logic with "HO_", which teels the solver that the logic is higher order. The parser builder, base parser, and SMT2 and TPTP parsers are all updated to work with this new setting, as is the logic info class. For now this parser option is enabling the --uf-ho option for internal use, since for now higher-order solving relies it. In a future PR this dependency will be removed (since this information is already given to the SMT solver via the logic).
2019-07-31Parsing THF and adding several regressions (#3131)Haniel Barbosa
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback