-
-
Notifications
You must be signed in to change notification settings - Fork 684
Open
Description
sage.symbolic.expression accesses _assumptions from sage.symbolic.assumptions directly.
This should be restructured.
Also (see #30086), the maxima-specific code in sage.symbolic.assumptions should be moved into the maxima interface.
We will need to investigate how our various symbolic engines manage assumptions (including variable domains):
- sympy
- pynac
- giac
- maxima
- ...?
See also:
- Cache assumptions and only send to Maxima when needed #23138 Cache assumptions and only send to Maxima when needed
- Meta-ticket: Use the SymPy assumptions facility #31958 Meta-ticket: Use the SymPy assumptions facility
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/30075