author | athos |
Thu, 09 Jun 2005 15:20:30 +0000 | |
changeset 1463 | e8d27c74bd3b |
parent 1462 | c28e6ac3705c |
child 1464 | 718207d6a1e6 |
lemon/lp_glpk.cc | file | annotate | diff | comparison | revisions |
1.1 --- a/lemon/lp_glpk.cc Thu Jun 09 15:16:12 2005 +0000 1.2 +++ b/lemon/lp_glpk.cc Thu Jun 09 15:20:30 2005 +0000 1.3 @@ -462,7 +462,7 @@ 1.4 } 1.5 } 1.6 1.7 - LpGlpk::ProblemTypes LpGlpk::_problemType() 1.8 + LpGlpk::ProblemTypes LpGlpk::_getProblemType() 1.9 { 1.10 //int stat= lpx_get_status(lp); 1.11 int statp= lpx_get_prim_stat(lp);