Laurent Perron 53213124d3 protobuf -> 3.5.1
2018-01-08 09:17:31 +01:00
2017-05-23 13:55:19 +02:00
2018-01-08 09:17:31 +01:00
2017-12-29 13:05:47 +01:00
2017-12-26 20:06:47 -08:00
2017-07-03 16:48:03 +05:30
2015-12-03 01:05:59 -08:00
2017-11-14 22:13:51 +01:00
2017-12-01 15:30:47 +01:00
2017-11-24 11:03:56 +01:00
2017-12-29 11:00:57 +01:00
2017-10-27 17:54:16 +02:00
2017-05-23 13:55:19 +02:00

These modules have been tested under:
  - Ubuntu 16.04 up (64-bit).
  - Mac OS X El Capitan with Xcode 7.x (64 bit).
  - Microsoft Windows with Visual Studio 2015 and 2017 (64-bit)

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

or-tools/
  LICENSE-2.0.txt        <- Apache license
  Makefile               <- Top-level Makefile
  CONTRIBUTING           <- Contribution guidelines
  README                 <- This file
  bin/                   <- Compiled binaries
  dependencies/          <- Built dependencies
  examples/              <- Root directory for all examples
  examples/com/          <- Java examples
  examples/cpp/          <- C++ examples
  examples/csharp/       <- C# examples
  examples/data/         <- Data files for examples
  examples/flatzinc/     <- Flatzinc examples
  examples/fsharp/       <- F# examples
  examples/notebook/     <- Jupyter/IPython notebooks
  examples/python/       <- Python examples
  examples/tests/        <- C# unit tests and bug reports
  lib/                   <- Libraries and jar files
  makefiles/             <- Subsidiary makefiles
  objs/                  <- C++ object files
  ortools/               <- Source code
  ortools/algorithms/    <- Basic algorithms
  ortools/base/          <- Basic utilities
  ortools/bop/           <- Boolean solver based on SAT
  ortools/com/           <- C# and Java source files
  ortools/constraint_solver/ <- Constraint solver
  ortools/flatzinc/      <- Flatzinc interpreter
  ortools/gen/           <- Generated files
  ortools/glop/          <- Linear solver
  ortools/graph/         <- Graph algorithms
  ortools/linear_solver/ <- Linear solver wrapper
  ortools/lp_data/       <- Data structures for linear model
  ortools/ortools        <- Python source code
  ortools/sat/           <- Sat solver
  ortools/util/          <- Utilities needed by the constraint solver
  tools/                 <- Windows binaries

For installation instructions (both source and binary), visit
https://developers.google.com/optimization/introduction/installing.
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%