'pause and save the solution process of CBC

we are working on a mixed integer programming and using coin CBC as our tool. We are thinking about checking subproblem feasibility at the search nodes whenever obtaining a primal feasible soluiton.

So we need to kind of pause the solution process in the search tree and insert a feasibility check routine. After such check and when infeasibility is detected, we resume back to the check node and continue to perform the branch-and-cut in the tree.

Just hope to know whether CBC support such pause-and-resume function?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source