Skip to content

Simulation: support delay() with duration of zero

Tjerk Vreeken requested to merge workaround-simulation-delay-zero into master

This is not a complete implementation of delayed expressions. We currently assume that the delay is zero (and logging a warning as such). This is enough to support the delay() operator in ChannelFlow's HomotopicLinear.

  • Only makes sense to merge when HomotopicLinear delay() in CF is merged
  • Reimplement bounds
Edited by Tjerk Vreeken

Merge request reports