Skip to content

The alternative to ifelse #16

@ChrisRackauckas

Description

@ChrisRackauckas

ifelse is a bit problematic for symbolic libraries because it's in Core and not in Base and dispatch cannot be added to it. So, while we want to represent branching, we need to do so without using ifelse. The opportunities are something like:

  • ModelingToolkit.ifelse
  • _ifelse (exported)
  • A different name

We need to just pick one and start using it, and whatever is chosen is what the eventual tracer should transform things to.

┆Issue is synchronized with this Trello card by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions