Quadratic Pseudo-Boolean Optimization (QPBO) problem:
Problem 1. Minimize $\sum_i a_ix_i + \sum_{i<j} a_{ij}x_i x_j$ subject to $x_i\in\{0,1\}\forall i$.
Consider the following problem, where the integral constraints are relaxed:
Problem 2. Minimize $\sum_i a_ix_i + \sum_{i<j} a_{ij}x_i x_j$ subject to $0\le x_i\le 1\forall i$.
My question is whether there exists an efficient method that can solve Problem 2 exactly (i.e. output an optimal solution)?
Thank you in advance for any suggestions !