DESCR 408 B

1234567
  1. lp_solve is a Mixed Integer Linear Programming (MILP) solver. It is a
  2. free (see LGPL for the GNU lesser general public license) linear
  3. (integer) programming solver based on the revised simplex method and the
  4. Branch-and-bound method for the integers. It contains full source,
  5. examples and manuals. lp_solve solves pure linear, (mixed)
  6. integer/binary, semi-continuous and special ordered sets (SOS) models.