pub trait InvertibleGraph: Graph {
type FwdEdges: InvertibleEvolutionOperator;
type BwdEdges: InvertibleEvolutionOperator;
}
pub trait InvertibleGraph: Graph {
type FwdEdges: InvertibleEvolutionOperator;
type BwdEdges: InvertibleEvolutionOperator;
}