Function motifs

Source
pub fn motifs<Id>(
    motif: &DiscreteDblModel<Id, UstrFinCategory>,
    model: &DblModel,
    options: MotifsOptions,
) -> Result<Vec<DblModel>, String>
where Id: Clone + Eq + Hash,
Expand description

Find motifs in a model of a discrete double theory.