diagrammatic-reasoning

Diagrammatic reasoning for Logic Graphs

Algorithm

Examples

Person ⊓ ∀eats.Plant ⊓ ¬(Person ⊓ ∀eats.(Plant ⊔ Dairy))

Person ⊓ ∀eats.Plant ⊓ ∀eats.(Plant ⊔ Dairy)

Comparison

We compare the complexity of visual syntaxes regarding their graph-theoretic terms.

  N of nodes N of edges Depth
LG 10 2 3
CD 11 2 3
RG 13 5 4