Struct PendingEdge¶ Defined in File routing.h Struct Documentation¶ struct PendingEdge¶ 尚待提交到全局占用矩阵的路由边更新。 Public Members int u = -1¶ 边的起点。 int v = -1¶ 边的终点。 int times = 0¶ 该线网使用此边的次数。 double tdm = 0¶ 提交后该边所需的连续 TDM 比例。 int tdm_real = 0¶ 将 TDM 比例映射到可用档位后的整数值。