2011-01-03 10:50:37 +00:00
2011-01-03 10:50:37 +00:00
2010-11-10 15:28:41 +00:00
2011-01-03 09:44:05 +00:00
wip
2010-12-18 08:30:54 +00:00
2010-11-25 16:18:39 +00:00
2010-10-21 18:08:09 +00:00
2010-12-10 16:21:33 +00:00
2010-12-17 10:45:31 +00:00
2010-12-10 16:21:33 +00:00
2010-11-03 16:54:26 +00:00

This file describes how to install the constraint-solver library and
run the c++ and python examples. This has been tested under ubuntu
10.04 and 10.10, Mac OS X Snow Leopard with xcode 3.2.3, and 3.2.4,
and Microsoft Windows with Visual Studio 2010 express C++.

Upon untarring the given operation_research tar file, you will get the
following structure:

operations_research-1.0/
  LICENSE-2.0.txt    <- Apache License
  Makefile           <- Makefile for unix platform (ubuntu linux, mac os X)
  Makefile.msv       <- Makefile for Microsoft Visual Studio
  README             <- This file
  algorithms/        <- Directory containing basic algorithms.
  base/              <- Directory containing basic utilities.
  constraint_solver/ <- The main directory for the constraint solver library
  examples/          <- C++ examples
  graph/             <- Graph algorithms used in the constraint solver
  objs/              <- Where C++ objs files will be stored
  python/            <- Python examples
  util/              <- More utilities needed by the constraint solver

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%