TPDE compiles SSA IRs directly to machine code in one pass, achieving 8-24x faster LLVM-IR back-end compilation than LLVM -O0 with similar run-time performance.
A Branch and Bound Algorithm for Coalition Structure Generation over Graphs
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We give a column generation based branch and bound algorithm for coalition structure generation over graphs problem using valuation functions for which this problem is proven to be NP-complete. For a given graph G = (V;E) and a valuation function w : 2^V -> R, the problem is to find the most valuable coalition structure (or partition) of V. We consider two cases: first when the value of a coalition is the sum of the weights of its edges which can be positive or negative, second when the value of a coalition takes account of both inter- and intra-coalitional disagreements and agreements, respectively. For both valuations we give experimental results which cover for the first time sets of more than forty agents. For another valuation function (coordination) we give only the theoretical considerations in the appendix.
citation-role summary
citation-polarity summary
fields
cs.PL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
TPDE: A Fast Adaptable Compiler Back-End Framework
TPDE compiles SSA IRs directly to machine code in one pass, achieving 8-24x faster LLVM-IR back-end compilation than LLVM -O0 with similar run-time performance.