Minimum Mean Cycle Instances
收藏DataCite Commons2025-01-16 更新2025-04-09 收录
下载链接:
https://bonndata.uni-bonn.de/citation?persistentId=doi:10.60507/FK2/1DGUVE
下载链接
链接失效反馈官方服务:
资源简介:
This data set contains some large real-world instances of the minimum mean cycle problem.
They are reported as the bonn01 to bonn09 instances in the paper:
<br>
<br>
Georgiadis, L., Goldberg, A. V., Tarjan, R. E., & Werneck, R. F.
"An experimental study of minimum mean cycle algorithms",
in 2009 Proceedings of the Eleventh Workshop on Algorithm Engineering and Experiments (ALENEX), pp. 1–13,
SIAM.
<br>
<br>
The instances arise in clock skew scheduling in chip design, e.g. see
<br>
<br>
Held, S., Korte, B., Rautenbach, D. and Vygen, J.
"Combinatorial optimization in VLSI design. Combinatorial Optimization",
in Combinatorial Optimization, NATO Science for Peace and Security Series - D: Information and Communication Security, pp. 33–96, 2011.
<br>
<br>
The clock skew scheduling problem in chip design is, given a directed graph G with edge delays d:E(G)-> R,
find a minimum cycle time T and arrival times (a schedule) a: V(G) -> R such that
<br>
<br>
a(v) + d(v,w) <= a(w) + T for all (v,w) in E(G).
<br>
<br>
G is called a latch graph. The nodes represent latches and registers, and the edges represent the longest signal paths between registers.
<br>
The problem of minimizing T is equivalent to maximizing the worst slack min{s(v,w) := a(w) + T - a(v) - d(v,w) | (v,w) in E(G)} for a fixed cycle time T.
<br>
The instances provided in the tar file below consist of directed graphs with edge costs c(v,w) = T - d(v,w),
i.e. edge slacks w.r.t. a zero-skew schedule where a = 0.
The maximum achievable worst slack by varying the schedule 'a' equals the value of a minimum mean cycle in (G,c).
Instance sizes range from 70346 nodes and 898220 edges to 1065274 nodes and 104340248 edges.
Other instances are very dense, e.g. 5361 nodes and 4169878 edges.
<br>
Note that the instances may not be strongly connected or even connected.
Format: Ignore empty lines and lines starting with '#', then:
1st line: number_of_nodes number_of_edges
next lines: from_node to_node edge_cost (i.e., zero skew slack)
提供机构:
bonndata
创建时间:
2024-02-27



