source:
lemon-project-template-glpk/deps/glpk/examples/glpsol.c
Last change on this file was 9:33de93886c88, checked in by , 13 years ago | |
---|---|
File size: 160 bytes |
Line | |
---|---|
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.