Package com.articulate.sigma.trans
Class THFutil
java.lang.Object
com.articulate.sigma.trans.THFutil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfixNegatedQuantifiers(List<String> lines) Wraps THF/TFF negated quantifiers so that "~ ? [..] : ..." becomes "~( ? [..] : ...preprocessTHFProof(List<String> lines)
-
Constructor Details
-
THFutil
public THFutil()
-
-
Method Details
-
preprocessTHFProof
-
fixNegatedQuantifiers
Wraps THF/TFF negated quantifiers so that "~ ? [..] : ..." becomes "~( ? [..] : ... )". This matches the ANTLR parser's rule thf_unary_formula := '~' '(' thf_logic_formula ')'.
-