Hello everyone.
Now I'm facing warning like below when I using SolveWithParameters(serch_parameters).
"DepecaionWarning an integer is required (got type float). Implicit conversion to integers using __init__ is deprecated, and may be removed in a future version of Python. "
Even if I use "DefaultRoutingSearchParameters" as serch_parameters, I' also facing the warning.
Am I right in thinking that this is a warning inside ortools?
Thank you in advance.