fixes left_id and suffix_id

This commit is contained in:
gtsoul-tech
2024-05-13 13:04:57 +03:00
parent 3e825baeed
commit 32f88cad09
3 changed files with 11 additions and 11 deletions

View File

@@ -505,7 +505,7 @@ bool operator<(const RoseEdgeProps &a, const RoseEdgeProps &b) {
#ifndef NDEBUG
bool roseHasTops(const RoseBuildImpl &build, RoseVertex v) {
const RoseGraph &g = build.g;
assert(g[v].left);
assert(left_id(g[v].left));
set<u32> graph_tops;
if (!build.isRootSuccessor(v)) {