Skip to content

Commit

Permalink
Merge pull request #3272 from AayushSabharwal/as/if-rewriting
Browse files Browse the repository at this point in the history
feat: add optional `IfLifting` simplification pass
  • Loading branch information
ChrisRackauckas authored Dec 18, 2024
2 parents fe32c64 + 838ad80 commit a07ad44
Show file tree
Hide file tree
Showing 5 changed files with 632 additions and 4 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 a07ad44

Please sign in to comment.