---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last)
<ipython-input-1-fa2bd5f4c308> in <module>() 189 190 if __name__ == '__main__': --> 191 main()
/usr/local/lib/python3.6/dist-packages/ortools/constraint_solver/pywrapcp.py in __init__(self, *args) 3204 3205 def __init__(self, *args): -> 3206 this = _pywrapcp.new_RoutingModel(*args) 3207 try: 3208 self.this.append(this)
NotImplementedError: 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 &)--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/or-tools-discuss/35361e6e-2da6-4e14-823e-c717b2c429ff%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools...@googlegroups.com.
Many thanks, Mizux!
Make sense to me what you are saying.
I faced difficulties while executing this project. https://github.com/Wadaboa/3d-bpp on the Colab. In my local with ortools==8.2.8710 with python 3.9, the baseline worked, but with the last version of the ortools, this part of the code crashed! This is why I made the question, but if this can not be possible, I would like to think about how to fix the potential problem.
Many thanks.
Best,
Parfait
--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/or-tools-discuss/4f65e80f-9bf6-4679-9bf8-cf850d279a50n%40googlegroups.com.