source:
ThirdParty/Glpk/trunk/glpk.patch
@
1226
Last change on this file since 1226 was 1226, 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 382 382 ret = glp_simplex(lp, &parm); 383 383 switch (ret) 384 384 { case 0: ret = LPX_E_OK; break; 385 case GLP_EBADB: 385 case GLP_EBADB: ret = LPX_E_BADB; break; 386 386 case GLP_ESING: 387 387 case GLP_ECOND: 388 388 case GLP_EBOUND: ret = LPX_E_FAULT; break;
Note: See TracBrowser
for help on using the repository browser.