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

few or-tools classes not present #5

Closed
rishisaraf11 opened this issue Mar 29, 2019 · 4 comments
Closed

few or-tools classes not present #5

rishisaraf11 opened this issue Mar 29, 2019 · 4 comments

Comments

@rishisaraf11
Copy link

Hi,

I am trying to use maven dependency of your project (thanks for building it) but seems like it's using old or-tools distribution. When running vrp problem (https://developers.google.com/optimization/routing/cvrp) it's not able to find class RoutingIndexManager and main.

io.github.oliviercailloux google-or-tools 6.7.2
@Mizux
Copy link

Mizux commented Mar 29, 2019 via email

@Mizux
Copy link

Mizux commented Mar 29, 2019 via email

@oliviercailloux
Copy link
Owner

@Mizux thanks for the references.

For reasons of time, I do not intend to keep this library systematically up-to-date. I added a word about this in the README.

@senzNirojan
Copy link

Use this dependency along with google-or-tools

<dependency>
            <groupId>com.google.protobuf</groupId>
            <artifactId>protobuf-java</artifactId>
            <version>3.9.0</version>
</dependency>

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

4 participants