SequentProofTree Type
type for sequent calculus proof trees; each node has either one, two or no successor nodes and consists of two sets of formulas. Moreover, each node is uniquely identified by an index. Leaf nodes are further separated into valid ones (NodeTrue) and invalid ones (NodeFalse).
Union cases
Union case | Description |
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsNodeAlpha
Returns: bool
|
|
Full Usage:
this.IsNodeBeta
Returns: bool
|
|
Full Usage:
this.IsNodeFalse
Returns: bool
|
|
Full Usage:
this.IsNodeTrue
Returns: bool
|
|