What version of OR-Tools and what language are you using?
Version: 9.7 (shown) + 9.6.
Language: C++ (bazel)
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
Routing Solver
What operating system (Linux, Windows, ...) and version?
Linux Ubuntu 22 LTS
I'm interested in some propagation-related timings similar to the output of print_local_search_profile which is very helpful. I don't know what to expect howewer as i did not succeed yet.
Let's use 9.7 + some official example and turn this on:
What version of OR-Tools and what language are you using? Version: 9.7 (shown) + 9.6. Language: C++ (bazel)
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi) Routing Solver
What operating system (Linux, Windows, ...) and version? Linux Ubuntu 22 LTS
I'm interested in some propagation-related timings similar to the output of
print_local_search_profile
which is very helpful. I don't know what to expect howewer as i did not succeed yet.Let's use 9.7 + some official example and turn this on:
This crashes with:
Remarks:
trace_propagation
does not helpprofile_propagation
is created, but emptyAre there any special considerations on how to use this feature?