frequency and modified RSset to use BTreeSet

This commit is contained in:
elvis
2025-06-24 18:56:04 +02:00
parent aa33e25771
commit 65d6c93424
7 changed files with 225 additions and 48 deletions

View File

@ -77,6 +77,7 @@ pub fn confluent_named(
// -----------------------------------------------------------------------------
// see invariant
pub fn invariant_named(
delta: &RSenvironment,
reaction_rules: &[RSreaction],
@ -116,6 +117,7 @@ pub fn invariant_named(
// -----------------------------------------------------------------------------
// see loop_confluent
pub fn loop_confluent_named(
deltas: &[RSenvironment],
reaction_rules: &[RSreaction],
@ -127,6 +129,7 @@ pub fn loop_confluent_named(
.collect::<Option<Vec<_>>>()
}
// see strong_confluent
#[allow(clippy::type_complexity)]
pub fn strong_confluent_named(
deltas: &[RSenvironment],