Connect++ 0.1
A fast, readable connection prover for first-order logic.
|
Public Attributes | |
fof_defined_infix_formula_grammar< It > | fof_defined_infix_formula |
fof_infix_unary_grammar< It > | fof_infix_unary |
fof_atomic_formula_grammar< It > | fof_atomic_formula |
qi::rule< It, fof_binary_struct(), ascii::space_type > | fof_binary_nonassoc |
qi::rule< It, fof_andor_struct(), ascii::space_type > | fof_binary_assoc |
qi::rule< It, vector< string >(), ascii::space_type > | fof_variable_list |
qi::rule< It, fof_quantifier_struct(), ascii::space_type > | fof_quantified_formula |
qi::rule< It, fof_andor_struct(), ascii::space_type > | fof_or_formula |
qi::rule< It, fof_andor_struct(), ascii::space_type > | fof_and_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_binary_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_unit_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_unary_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_unitary_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_logic_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_formula |