You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm preparing a PR to integrate new developments on the Xpress interface (by RTE).
I am working by using your main branch, the MacOS CI actions are broken.
It looks size_t (returned by size()) is different from uint64_t (returned by model.VehicleVar(node)->Size()) and the std::min function is not found
I'm preparing a PR to integrate new developments on the Xpress interface (by RTE).
I am working by using your main branch, the MacOS CI actions are broken.
It looks
size_t
(returned bysize()
) is different fromuint64_t
(returned by model.VehicleVar(node)->Size()) and thestd::min
function is not foundor-tools/ortools/constraint_solver/routing_search.cc
Line 586 in c00c6a6
A explicit cast (redundant for Windows and Linux) seems necessary.
The text was updated successfully, but these errors were encountered: