feat(argus-semantics): implement efficient streaming MinMax
This commit is contained in:
parent
4084bb738b
commit
86cef692dc
8 changed files with 353 additions and 162 deletions
|
|
@ -6,7 +6,7 @@ use argus_core::signals::traits::{SignalAbs, SignalMinMax};
|
|||
use argus_core::signals::SignalNumCast;
|
||||
|
||||
use crate::eval::eval_num_expr;
|
||||
use crate::{Semantics, Trace};
|
||||
use crate::Trace;
|
||||
|
||||
fn top_or_bot(sig: &Signal<bool>) -> Signal<f64> {
|
||||
match sig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue