microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.2k stars 6.39k forks source link

[New Port Request] ortools #10424

Closed xarthurx closed 4 years ago

xarthurx commented 4 years ago

Library name: ortools

Library description: OR-Tools is an open source software suite for optimization, tuned for tackling the world's toughest problems in vehicle routing, flows, integer and linear programming, and constraint programming.

After modeling your problem in the programming language of your choice, you can use any of a half dozen solvers to solve it: commercial solvers such as Gurobi or CPLEX, or open-source solvers such as SCIP, GLPK, or Google's GLOP and award-winning CP-SAT.

Source repository URL: https://github.com/google/or-tools

Project homepage (if different from the source repository): https://developers.google.com/optimization

linquize commented 4 years ago

Blocker: ortools has dependency cbc. So create new port cbc first. See #10425

PhoebeHui commented 4 years ago

If you wish to add this port in the future, you can reopen this issue, but we're closing it for now.

FishHe commented 3 years ago

OR-Tools is useful, why not import?

PhoebeHui commented 3 years ago

@FishHe, if you're interest in adding this port to vcpkg, please create a PR firstly, we would help reopen this issue, currently this is not usual scenario we're working on now, but we accept PRs for supporting new port.