Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ortools 8 #10

Open
microprediction opened this issue Jun 12, 2022 · 1 comment
Open

ortools 8 #10

microprediction opened this issue Jun 12, 2022 · 1 comment

Comments

@microprediction
Copy link

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 &)
@harper357
Copy link

I am also getting this error with ortools-9.5.2237 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants