Files
ortools-clone/tools
lperron@google.com 69a02521d7 vs2013 support?
2013-11-21 10:54:09 +00:00
..
2012-01-02 21:15:47 +00:00
2011-04-07 13:24:19 +00:00
2013-10-10 15:26:00 +00:00
2013-09-23 13:00:09 +00:00
2012-09-05 15:49:06 +00:00
2012-01-06 20:54:48 +00:00
2011-04-07 13:24:19 +00:00
2013-03-11 11:09:18 +00:00
2012-01-02 21:15:47 +00:00
2013-11-21 10:54:09 +00:00
2012-01-08 14:30:55 +00:00

This file describes how to install the or-tools python binary archive.

OR-Tools is located at http://code.google.com/p/or-tools

These modules have been tested under:
  - ubuntu 12.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 decompressing the archive, you will get the following structure:

or-tools/
  LICENSE-2.0.txt    <- Apache License
  README             <- This file
  data/              <- Data for the examples.
  examples/          <- Python examples
  algorithms/        <- Directory containing non-graph algorithms.
  constraint_solver/ <- The main directory for the constraint library.
  graph/             <- Graph algorithms.
  linear_solver/     <- Linear solver wrapper.


To install the package, please run:
  sudo python setup.py install
or
  python setup.py install --user

Once this is done, you can run the samples in the examples/ directory.
As in python examples/hidato_puzzle.py