Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 16743

How to track the value of target function during ortools mixed-integer-programming solving process?

$
0
0

I'm using ortools SCIP to solve a really large mixed-integer-programming problem.

That problem costs more than 30 minutes.

The SCIP uses branch-cut-and-price to solve the mixed-integer-programming problem.

Each time, the SCIP would cut some branches.

So, my question is, how to print the value of the target function, after each cut(after each iteration)?


Viewing all articles
Browse latest Browse all 16743

Trending Articles