-
-
Notifications
You must be signed in to change notification settings - Fork 663
Closed
Description
The unique representation of homsets is taken care of by Hom
. What's missing is:
- Fast hash and comparison by id. This can be implemented by having Homset inherit from WithEqualityById
- Pickling by construction, calling back Hom(domain, codomain, category)
CC: @sagetrac-sage-combinat @simon-king-jena @jpflori
Component: categories
Author: Simon King
Branch/Commit: e2d2f16
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/14793