AlgebraicJulia / AlgebraicJulia/AlgebraicRewriting.jl

Bug in `new_nac_homs!`

未關閉
#78 1 則留言 0 個 reaction 已指派 1 人 已被 @kris-brown 認領 在 GitHub 檢視
bug
主要語言
Julia
星號
41
分支
9
PR 合併指標
30 天內沒有已合併 PR

描述

The logic of `new_nac_homs!` is to find, after a deletion $f: X \leftarrowtail X'$, new morphisms which may have arisen due to a NAC $n: L \rightarrow N$ being deactivated.

This is done via finding morphisms $h: N\rightarrow X$ that meet some property, then pulling back $n \cdot h$ along $f$ to obtain the match $L\rightarrow X'$. However, something is awry in defining "some property", since the code presently allows $h$ to map parts of $L$ into deleted parts of $X$, which make the pulled back morphism $L\rightarrow X'$ undefined. So that logic needs to be looked into + improved.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。