GithubHelp home page GithubHelp logo

coin's Introduction

COIN OR

Publish Docker image Docker Image Version (latest semver)

It contains coin-or tools, Branch-Cut-and-Price (BCP) project as well as boost headers, gcc, jdk, and cmake.

Installation of submodules

To download the submodules (Clp, Cbc, ...), run git submodule update --init --recursive.

Then, you can use the install.sh script to install all coin-or packages necessary. Run ./install.sh without argument should be enough.

This script required pkg-config. You may need to set PKG_CONFIG and PKG_CONFIG_PATH, for example: export PKG_CONFIG=/usr/local/bin/pkg-config; export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/

You may also like to set these environment variables if needed: export CXX=/usr/local/opt/llvm/bin/clang++; export ADD_CXXFLAGS='-std=c++11'

If you like to build Osi with gurobi, you need to reconfigure and build the Osi library with the following options: --with-gurobi-lflags="-L/usr/local/lib -lgurobi90" --with-gurobi-cflags="-I/Library/gurobi901/mac64/include". You will need to use the respective flags for the other solvers as shown in ./configure -h

coin's People

Contributors

legraina avatar

Stargazers

Feng avatar

Watchers

Jérémy Omer avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.