booleanGrammarK {xegaBNF} | R Documentation |
A constant function which returns the BNF (Backus-Naur Form) of a context-free grammar for the XOR problem with k boolean variables.
Description
A constant function which returns the BNF (Backus-Naur Form) of a context-free grammar for the XOR problem with k boolean variables.
Usage
booleanGrammarK()
Value
A named list with $filename and $BNF, the grammar of a boolean grammar with two variables and the boolean functions AND, OR, and NOT.
Examples
booleanGrammarK()
[Package xegaBNF version 1.0.0.5 Index]