We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
topological_sort
1 parent 3530de6 commit 5f1f8ffCopy full SHA for 5f1f8ff
test/cse.jl
@@ -1,4 +1,6 @@
1
using SymbolicUtils, SymbolicUtils.Code, Test
2
+using SymbolicUtils.Code: topological_sort
3
+
4
@testset "CSE" begin
5
@syms x
6
t = cse(hypot(hypot(cos(x), sin(x)), atan(cos(x), sin(x))))
0 commit comments