-
-
Notifications
You must be signed in to change notification settings - Fork 662
Closed
Milestone
Description
This class can already be used as base class for SubstituteFunction
but is intended also for other uses.
sage: from sage.symbolic.expression_conversions import ExpressionTreeWalker
sage: from sage.symbolic.random_tests import random_expr
sage: foo = random_expr(20, nvars=2)
sage: s = ExpressionTreeWalker(foo)
sage: bool(s() == foo)
True
Depends on #18255
Component: symbolics
Author: Ralf Stephan
Branch/Commit: fa73285
Reviewer: Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/17759