2012-06-17 21:15:38 +00:00
2012-03-20 13:10:43 +00:00
2012-03-30 16:04:42 +00:00
2012-06-08 16:37:40 +00:00
2012-06-17 06:44:15 +00:00
2012-05-19 15:57:52 +00:00
2012-01-08 14:30:55 +00:00
2012-03-29 05:55:06 +00:00
2012-03-28 15:10:00 +00:00

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

Description
No description provided
Readme 1.3 GiB
Languages
C++ 80.1%
Python 6.3%
Julia 3.2%
Starlark 2.2%
C# 2.1%
Other 6%