You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
460 B

2 months ago
  1. The program module in this subdirectory contains an implementation of
  2. the old GLPK API as it was defined in GLPK 4.48.
  3. To compile an existing project using the old GLPK API you need to add
  4. to the project two files lpx.h and lpx.c.
  5. Please note that you may mix calls to old and new GLPK API routines in
  6. the same project (except calls to glp_create_prob and glp_delete_prob).
  7. The file lpxsamp.c is an example that illustrates using the old GLPK
  8. API routines.