Worst-case analysis of clique MIPs
Worst-case analysis of clique MIPs
复制标题
DOI:
10.1007/s10107-021-01706-2
复制
发表时间:
2021-09
影响因子:
2.7
通讯作者:
M. J. Naderi;Austin Buchanan;J. Walteros
中科院分区:
文献类型:
--
作者:
M. J. Naderi;Austin Buchanan;J. Walteros
The usual integer programming formulation for the maximum clique problem has several undesirable properties, including a weak LP relaxation, a quadratic number of constraints and nonzeros when applied to sparse graphs, and poor guarantees on the number of branch-and-bound nodes needed to solve it. With this as motivation, we propose new mixed integer programs (MIPs) for the clique problem that have more desirable worst-case properties, especially for sparse graphs. The smallest MIP that we propose has justnonzeros for graphs withnvertices andmedges. Nevertheless, it ensures a root LP bound of at most, whereddenotes the graph’s degeneracy (a measure of density), and is solved inbranch-and-bound nodes. Meanwhile, the strongest MIP that we propose visits fewer nodes,. Further, when a best-bound node selection strategy is used,nodes are visited, whereis the clique-core gap. Often,gis so small that it can be treated as a constant in which caseO(n) nodes are visited. Experiments are conducted to understand their performance in practice.