source:
ThirdParty/Glpk/stable/1.6/glpk.patch
@
1442
Last change on this file since 1442 was 1442, checked in by stefan, 11 years ago | |
---|---|
File size: 448 bytes |
-
glpk/src/glplpx01.c
old new 383 383 ret = glp_simplex(lp, &parm); 384 384 switch (ret) 385 385 { case 0: ret = LPX_E_OK; break; 386 case GLP_EBADB: 386 case GLP_EBADB: ret = LPX_E_BADB; break; 387 387 case GLP_ESING: 388 388 case GLP_ECOND: 389 389 case GLP_EBOUND: ret = LPX_E_FAULT; break;
Note: See TracBrowser
for help on using the repository browser.