/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/useultragraph::UltraGraphWeighted;pubmodgraph;pubmodgraph_reasoning;// Type alias is shared between trait and implementation
pub(crate)typeCausalGraph<T>=UltraGraphWeighted<T, u64>;