coinor-libdylp-doc

Linear programming solver using of the dynamic simplex algorithm
  https://projects.coin-or.org/DyLP
  0
  no reviews



Dylp is designed to find solutions of constrained linear mathematical optimization problems. to this end, it is using a full implementation of the so called dynamic simplex algorithm for linear programming.

dylp is part of the larger coin-or initiative (computational infrastructure for operations research) and integrates well in the coin open solver interface (osi), osidylp, which takes advantage of capabilities provided by coin (e.g., enhanced input/output and constraint system preprocessing) and is recommended if you're working in a c++ environment.

this package contains the documentation and examples.