//    val outMap = hashMapOf<Pair<Edge, Edge>, HashSet<Node>>()
    val inMap = hashMapOf<Pair<Edge, Edge>, HashSet<Node>>()