Skip to content

Commit

Permalink
Remove unused fuctionality
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeR227 committed Oct 2, 2024
1 parent 1fae01c commit 6125c1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
7 changes: 0 additions & 7 deletions src/acset2symbolic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ function to_symbolics(d::SummationDecapode)
map(e -> to_symbolics(d, symvar_lookup, e.index, e.name), topological_sort_edges(d))
end

function extract_symexprs(d::SummationDecapode, symvar_lookup::Dict{Symbol, BasicSymbolic})
sym_list = SymbolicEquation{Symbolic}[]
map(topological_sort_edges(d)) do node
to_symbolics(d, symvar_lookup, node.index, node.name)
end
end

function symbolic_rewriting(d::SummationDecapode, rewriter=identity)
d′ = infer_types!(deepcopy(d))
eqns = merge_equations(d′)
Expand Down
91 changes: 0 additions & 91 deletions src/sym_rewrite.jl

This file was deleted.

0 comments on commit 6125c1e

Please sign in to comment.