source:
ThirdParty/Glpk/trunk/glpk.patch
@
1212
Last change on this file since 1212 was 1212, checked in by stefan, 12 years ago | |
---|---|
File size: 504 bytes |
-
glpk/src/glplpx01.c
diff -Naur glpk/src/glplpx01.c.orig glpk/src/glplpx01.c
old new 377 377 ret = glp_simplex(lp, &parm); 378 378 switch (ret) 379 379 { case 0: ret = LPX_E_OK; break; 380 case GLP_EBADB: 380 case GLP_EBADB: ret = LPX_E_BADB; break; 381 381 case GLP_ESING: 382 382 case GLP_ECOND: 383 383 case GLP_EBOUND: ret = LPX_E_FAULT; break;
Note: See TracBrowser
for help on using the repository browser.