It is often the case that a search space that is a tree can become a graph if nodes that root identical search subspaces, or correspond to identical subproblems, are identified. Any two such nodes can be merged, yielding a graph and thus reducing the size of the search space

read: OR Search Trees (AOT)

AND/OR Search Graph - Example

AND/OR Search Graph - Intuition on Merging Subtrees (Context Minimal AND/OR Search Graph “CM-AOG”)

AND/OR Search Graph - CM-AOG Examples

AND/OR Search Graph - CM-AOG Complexity

AND/OR Search Graph - Other Stuff