You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #7420, it was discussed that the current coercion model is using depth first search to find for coercion paths between different parents, and that it would be better to use breath-first / Dijkstra to get a shortest coercion path. For example, we obtained once a coercion path of length 20 among symmetric functions.
In #7420, it was discussed that the current coercion model is using depth first search to find for coercion paths between different parents, and that it would be better to use breath-first / Dijkstra to get a shortest coercion path. For example, we obtained once a coercion path of length 20 among symmetric functions.
A preliminary patch lies on the Sage-Combinat server: http://combinat.sagemath.org/patches/file/tip/trac_8878_coerce_dijkstra-nt.patch but has not been touched in a long while and has most likely bit roten.
Note: the following issue is probably related:
CC: @sagetrac-sage-combinat
Component: coercion
Keywords: morphism
Author: Nicolas M. Thiéry
Issue created by migration from https://trac.sagemath.org/ticket/8878
The text was updated successfully, but these errors were encountered: