Giter Site home page Giter Site logo

or-tools2's Introduction

This file describes how to install the or-tools libraries.
These libraries have been tested under:
  - ubuntu 10.04 and up (32 and 64 bit).
  - Mac OS X Snow Leopard with xcode 3.2.x and 4.x (64 bit)
  - Mac OS X Lion with xcode 4.x (64 bit).
  - Microsoft Windows with Visual Studio 2010 express C++ and
    Visual studio 2010 (32 and 64 bit).

Upon checking out the svn repository, you will get the following structure:

or-tools/
  LICENSE-2.0.txt    <- Apache License
  Makefile           <- Main makefile.
  README             <- This file
  bin/               <- Directory where all binaries will be compiled.
  com/               <- Directory that contains all java code.
  dependencies/      <- Directory that will contain built dependencies.
  examples/          <- Root directory of all examples.
  examples/com/      <- Directory that contains all java examples.
  examples/cpp/      <- C++ examples.
  examples/csharp/   <- Directory that contains all C# examples.
  examples/python/   <- Python examples
  examples/tests/    <- C# unit tests and bug reports.
  lib/               <- Directory where all libraries and jar files will go.
  makefiles/         <- Directory that contains sub-makefiles.
  objs/              <- Where C++ objs files will be stored
  src/               <- Root directory of all libraries sources.
  src/algorithms/    <- Directory containing basic algorithms.
  src/base/          <- Directory containing basic utilities.
  src/constraint_solver/ <- The main directory for the constraint library.
  src/gen/           <- Directory that will contain generated files.
  src/graph/         <- Graph algorithms.
  src/linear_solver/ <- Linear solver wrapper.
  src/util/          <- More utilities needed by the constraint solver
  tools/             <- Contains windows binaries.

For installation, please refer to the following web page:

http://code.google.com/p/or-tools/wiki/AGettingStarted

or-tools2's People

Watchers

 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.