/homebrew_or-tools

Dev repo for google/or-tools brew formulae

Primary LanguageRubyApache License 2.0Apache-2.0

MacOS CI

Homebrew formula for OR-Tools

Formula has been written from scratch to make it harder, better, faster, stronger.

Usage

  1. Add this repo as a tap.
brew tap or-tools/or-tools https://github.com/or-tools/homebrew_or-tools.git
  1. Install OR-Tools:
brew install or-tools
  1. Use OR-Tools as you usually do.

Development process

  1. Clone this repo into /usr/local/Library/Tap/or-tools/
  2. Edit or-tools.rb
  3. Reinstall or-tools: brew uninstall ortools; brew install --verbose --debug --HEAD or-tools

Contributing

The CONTRIBUTING.md file contains instructions on how to submit the Contributor License Agreement before sending any pull requests (PRs). Of course, if you're new to the project, it's usually best to discuss any proposals and reach consensus before sending your first PR.

License

The OR-Tools software suite is licensed under the terms of the Apache 2.0 license.
See LICENSE for more information.