Skip to content

Commit

Permalink
feat: implement IfLifting structural simplification pass
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Chung <[email protected]>
  • Loading branch information
AayushSabharwal and BenChung committed Dec 17, 2024
1 parent 21a2a33 commit af687f5
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ModelingToolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ include("discretedomain.jl")
include("systems/systemstructure.jl")
include("systems/clock_inference.jl")
include("systems/systems.jl")
include("systems/if_lifting.jl")

include("debugging.jl")
include("systems/alias_elimination.jl")
Expand Down
Loading

0 comments on commit af687f5

Please sign in to comment.