Crate biodivine_sketchbook
source ·Modules§
- All the internal algorithms for the inference process and low-level computation details.
- General functionality for session management, windows, event stack, tab management, and more.
- State of the inference analysis and computation solvers.
- Custom logging utilities.
- State of the BN sketch, and management for most of the editor tab.
Macros§
- Version of
log
withDEBUG
severity. - Version of
log
withERROR
severity. - Generate two enums for property variants - one where each variant contains inner data, and the other (with completely same variants) without the inner data.
- Version of
log
withVERBOSE
severity. - This is an initial attempt at a useful internal
log
macro. For now, it just logs a message which is prefixed with its severity and location where the message was generated. - Version of
log
withWARNING
severity.