feat(argus-semantics): finish quantitative semantics
The Boolean semantics are still incomplete. The decision to keep the computations separate stays, as using the quantitative semantics for Boolean values (while sound) interpolates in weird places. May revisit this decision in the future
This commit is contained in:
parent
28a79cb88c
commit
ad9afb4eba
7 changed files with 858 additions and 337 deletions
|
|
@ -4,9 +4,8 @@
|
|||
//! traces_, i.e., a collection of signals that have been extracted from observing and
|
||||
//! sampling from some system.
|
||||
|
||||
// pub mod eval;
|
||||
// pub mod semantics;
|
||||
// pub mod traits;
|
||||
pub mod semantics;
|
||||
pub mod traits;
|
||||
pub mod utils;
|
||||
|
||||
// pub use traits::{BooleanSemantics, QuantitativeSemantics, Trace};
|
||||
pub use traits::Trace;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue