pkgsrc/math/glpk
adam 6b05ff786a Changes 4.18:
The following new API routines were added:
  glp_set_rii        set (change) row scale factor
  glp_set_sjj        set (change) column scale factor
  glp_get_rii        retrieve row scale factor
  glp_get_sjj        retrieve column scale factor
  glp_simplex        solve LP problem with the simplex method
                     (this routine replaces lpx_simplex, which is
                      also available for backward compatibility)
  glp_init_smcp      initialize simplex method control params
  glp_bf_exists      check if the basis factorization exists
  glp_factorize      compute the basis factorization
  glp_bf_updated     check if the basis factorization has been
                     updated
  glp_get_bfcp       retrieve basis factorization control params
  glp_set_bfcp       change basis factorization control params
  glp_get_bhead      retrieve the basis header information
  glp_get_row_bind   retrieve row index in the basis header
  glp_get_col_bind   retrieve column index in the basis header
  glp_ftran          perform forward transformation
  glp_btran          perform backward transformation
2007-07-01 08:12:13 +00:00
..
buildlink3.mk Changes 4.13: 2007-01-04 22:38:49 +00:00
DESCR
distinfo Changes 4.18: 2007-07-01 08:12:13 +00:00
Makefile Changes 4.18: 2007-07-01 08:12:13 +00:00
PLIST Chaneges 4.15: 2007-02-20 12:57:21 +00:00