Files
ortools-clone/src/linear_solver
2014-06-13 07:31:31 +00:00
..
2014-06-12 15:07:04 +00:00
2014-06-11 22:28:04 +00:00
2014-06-11 20:47:54 +00:00
2014-04-04 09:13:47 +00:00
2014-06-11 20:47:54 +00:00
2014-01-08 12:01:58 +00:00
2012-03-28 15:10:00 +00:00

<summary>Linear programming and integer programming</summary>

See the comments at the top of linear_solver.h for an introduction to
linear programming and integer programming.

- linear_solver.h: the point of entry for the wrapper that provides a
  simple and unified interface to several linear programming and mixed
  integer programming solvers.

- linear_solver.cc: the C++ code of the linear solver wrapper that is
  common to all solvers accessible through the wrapper.

- *_interface.cc: each file corresponds to one of the solver accessible
   through the wrapper.

- *.swig: the SWIG code that makes the wrapper available in Java and
  Python.

- linear_solver.proto: the protocol buffer for mathematical
  programming problems.