2022
Learning to Compare Nodes in Branch and Bound with Graph Neural Networks
NeurIPS 2022accept
Branch-and-bound approaches in integer programming require ordering portions of the space to explore next, a problem known as node comparison. We propose a new siamese graph neural network model to tackle this problem, where the nodes are represented as bipartite graphs with attributes. Similar to p…