google / or-tools

Google's Operations Research tools:
https://developers.google.com/optimization/
Apache License 2.0
11k stars 2.1k forks source link

Bazel build without SCIP #2402

Closed joshburkart closed 3 years ago

joshburkart commented 3 years ago

What language and solver does this apply to?

C++. Routing.

Describe the problem you are trying to solve.

I'd like to build and use OR-Tools' routing libraries (specifically traveling salesman) with Bazel, but I don't want to include SCIP if possible since it isn't permissively licensed. Is there some way this can be achieved? Is SCIP required for routing?

Describe the solution you'd like

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

Mizux commented 3 years ago

Hi,