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

Compiling new shared library after modifying the C #29

Open
menco22 opened this issue Jul 3, 2024 · 0 comments
Open

Compiling new shared library after modifying the C #29

menco22 opened this issue Jul 3, 2024 · 0 comments

Comments

@menco22
Copy link

menco22 commented Jul 3, 2024

I apologize for all these issues, but these are doubts I need to clarify. By installing the hygese library with pip, I am able to run the algorithm successfully in Python (except for the issue related to the previous duration_limit issue). I have modified the C code and compiled the shared library (following the instructions on Vidal's GitHub page) to allow the wrapper to use my modified version of C (the library in question is libhgscvrp.so). The tests conducted via the terminal are good and end with success. However, when I try to use the algorithm with the Python wrapper, I consistently get 0 iterations. Clearly, there is an issue! The folder where I copy libhgscvrp.so is the same folder where the "functional" library is installed using "pip install hygese". Additionally, there are differences in size between the library compiled following your instructions and the one downloaded via pip. Could you please provide some solutions to this problem?

I apologize for the inconvenience and thank you for your attention while awaiting your response.

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

1 participant