Struct CandidateRefinementRequest

Struct Documentation

struct CandidateRefinementRequest

单个候选解的细化请求,传入各策略线程的参数包。

Public Members

const graph &finest

当前超图。

vector<int> &parts

节点分区归属。

const fpga &fpgas

FPGA 平台约束。

vector<VectorXi> &occupied_resources

资源占用。

int thread_order

线程/调度顺序编号。

int remaining_solutions

剩余有效解数量。

HSFullTiming::HSPartitionFlow &pFlow

时序分析器。

float &worst_slack

当前最差 slack。

bool decreaseMaxHopCntPriority

是否优先减少最大跳数。