2011-09-21 15:48:33 +00:00
2011-09-06 13:32:29 +00:00
2010-11-10 15:28:41 +00:00
2011-09-21 15:16:48 +00:00
2011-09-08 00:32:49 +00:00
2011-09-21 15:16:48 +00:00
fix
2011-09-19 09:30:45 +00:00
2011-09-17 13:32:54 +00:00
2011-04-07 13:24:19 +00:00
2011-09-21 15:16:48 +00:00
2011-08-11 18:43:41 +00:00
2011-09-14 08:12:56 +00:00
2011-09-12 07:43:44 +00:00
2011-07-14 23:27:43 +00:00
2011-09-12 08:25:07 +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%