summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/ext-finite-unsat.smt2
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).
2017-11-23Ho parsing and regressions (#1350)Andrew Reynolds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback