Problem with list in constructing a poset

前端 未结 0 683
没有蜡笔的小新
没有蜡笔的小新 2021-01-17 08:54

I have the following code to generate a poset in which the order is given by the refinement.

sage: elms = M
sage: def fcn(A, B):
....:     if len(A) != len(B)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题