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
Just as FYI this fails for ortools-8.0.8283 and above, seemingly
File "/Users/petercotton/virtual-envs/parity/lib/python3.9/site-packages/seriate.py", line 35, in seriate
routing = pywrapcp.RoutingModel(size + 1, 1, size)
File "/Users/petercotton/virtual-envs/parity/lib/python3.9/site-packages/ortools/constraint_solver/pywrapcp.py", line 4714, in __init__
_pywrapcp.RoutingModel_swiginit(self, _pywrapcp.new_RoutingModel(*args))
TypeError: Wrong number or type of arguments for overloaded function 'new_RoutingModel'.
Possible C/C++ prototypes are:
operations_research::RoutingModel::RoutingModel(operations_research::RoutingIndexManager const &)
operations_research::RoutingModel::RoutingModel(operations_research::RoutingIndexManager const &,operations_research::RoutingModelParameters const &)
The text was updated successfully, but these errors were encountered:
Just as FYI this fails for ortools-8.0.8283 and above, seemingly
The text was updated successfully, but these errors were encountered: