Closed 0x0f0f0f closed 3 years ago
The symbolics test failure is a real one. Need to fix it.
The symbolics test failure is a real one. Need to fix it.
@shashi The buildkite test is failing saying that a function (that is defined!) is not defined. https://buildkite.com/julialang/symbolicutils-dot-jl/builds/161#ab7ec85c-0ae5-4bd6-ab38-d34b6fbac1e2/261-557
Superseded by #368
Added
exprhead
that is used by MT's pattern matcher to match against the<:Pattern
types. Fundamental in order to make the e-graph rewriting of symbolics to work. Addedunsorted_arguments
to TermInterfaceNow default interface for
Expr
is polished. TODO: add documentation saying that usingExpr
as Symbolic types is not probably a good idea.