COIN-OR::LEMON - Graph Library

source: glpk-cmake/examples/glpsol.c @ 1:c445c931472f

Last change on this file since 1:c445c931472f was 1:c445c931472f, checked in by Alpar Juttner <alpar@…>, 13 years ago

Import glpk-4.45

  • Generated files and doc/notes are removed
File size: 160 bytes
Line 
1/* glpsol.c */
2
3#include <glpk.h>
4
5int main(int argc, const char *argv[])
6{     /* stand-alone LP/MIP solver */
7      return glp_main(argc, argv);
8}
9
10/* eof */
Note: See TracBrowser for help on using the repository browser.