pub fn project_manifold_ltl_trace(
states: &[ManifoldState10D],
dimension: ManifoldDimension,
threshold: f32,
at_least: bool,
out: &mut [NQuin],
) -> usizeExpand description
Convert a 10D coordinate trace into propositions consumable by the existing
LTL evaluator. at_least=true means dimension >= threshold; false means
dimension <= threshold.