In Choco Solver, how do you obtain the closest solution (a solution that satisfies the most constraints so far, but may not satisfy all constraints) in the case where finding a solution may take too long?
For example, if I am in the middle of running Model.getSolver().solve() for a solution, and I have decided that it is taken long enough despite finding no solution, how can I output the closest solution so far?