Jonathan Feinberg

Results 247 comments of Jonathan Feinberg

That is correct, though the `Amount` part is redundant in Python. E.g.: ```python problem_instance.add_shipment( vroom.Job(id=101, location=0, pickup=[10]), vroom.Job(id=102, location=1, delivery=[10]) ) ```

Good question. I'd like to know if that is possible too. Not my expertice, so I am limited to asking questions on this. I'm not sure I understand your answer...

You are right, I made a mistake when creating the bindings for shipment. I'm putting fixing this on the top of my todo-list for pyvroom.

I've made a new relase version 0.0.14 now. There is a small descrepency between the C++ code and the API, and I've chosen to mimic the API for now. That...

Yeah, I am seeing the cmake script now and it looks like an uphill battle. Might give up on it if it is too much a challange. Do you have...

That is really cool! Getting a compatability layer between valahalla-py and pyvroom shouldn't be an issue, I belive. Take a look at the current github action workflow in pyvroom. I...

I'm guessing thats boost causing trouble? Have you consider using the dedicated gh action installer: https://github.com/MarkusJx/install-boost Precompiled so should be less stressfull compared to conan.

Ah, right. I just looked at your conan dependencies, not the include folder. that looks a lot more brutal, yes.

We don't support ARM oficially, but we can add simple patches if that is all it takes to get you there. I made the pip installer, and @nilsnolde made the...

Sounds like submodules are missing yes. Check if the folder vroom/ is empty to be sure. If so run `git submodules init` and try again.