• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Dec-2020-

READMEH A D16-Dec-2020460 128

lpx.cH A D16-Dec-202046.9 KiB1,5061,251

lpx.hH A D16-Dec-202018 KiB566249

lpxsamp.cH A D16-Dec-20201.8 KiB5246

README

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