source:
lemon-project-template-glpk/deps/glpk/examples/glpsol.c
@
10:5545663ca997
Last change on this file since 10:5545663ca997 was 9:33de93886c88, checked in by , 13 years ago | |
---|---|
File size: 160 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* glpsol.c */ |
2 | ||
3 | #include <glpk.h> | |
4 | ||
5 | int 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.