mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 02:00:36 +03:00
allow sets of tops on edges
This commit is contained in:
@@ -72,7 +72,7 @@ void getForwardReach(const NGHolder &g, u32 top, map<s32, CharReach> &look) {
|
||||
if (v == g.startDs) {
|
||||
continue;
|
||||
}
|
||||
if (g[e].top == top) {
|
||||
if (contains(g[e].tops, top)) {
|
||||
curr.insert(v);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user