feat(math): add graph morphism operations (#1856) - #2043
Conversation
Add graph.homomorphism.check, graph.homomorphism.find, graph.core.check, and graph.retraction.check operations for graph morphism theory. Uses exact edge-preserving checks and backtracking search over bounded simple undirected graphs. Closes #1856
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Deep review summaryVerdict: REQUEST CHANGES — the core checker prunes every partial assignment incorrectly and reports many non-core graphs as cores; all search operations are also effectively unbounded. 1.
|
Summary
Implements graph morphism operations for homomorphism checking, search, core detection, and retraction.
Closes #1856
Operations
graph.homomorphism.checkgraph.homomorphism.findgraph.core.checkgraph.retraction.checkDesign
Continue this on Linzumi