First time here? Check out the FAQ!
answered 2022-03-09 15:00:20 +0100
To use GAP within Sage and reuse its results in the Sage session, use libgap.
libgap
Example:
sage: a = libgap(1) sage: a 1 sage: parent(a) C library interface to GAP