equal
deleted
inserted
replaced
28 |
28 |
29 ///\bug Unimplemented! |
29 ///\bug Unimplemented! |
30 /// |
30 /// |
31 LpSolverBase &LpGlpk::_newLp() |
31 LpSolverBase &LpGlpk::_newLp() |
32 { |
32 { |
33 return *((LpSolverBase *)0); |
33 LpSolverBase *tmp=0; |
|
34 return *tmp; |
34 } |
35 } |
35 |
36 |
36 ///\e |
37 ///\e |
37 |
38 |
38 ///\bug Unimplemented! |
39 ///\bug Unimplemented! |
39 /// |
40 /// |
40 LpSolverBase &LpGlpk::_copyLp() |
41 LpSolverBase &LpGlpk::_copyLp() |
41 { |
42 { |
42 return *((LpSolverBase *)0); |
43 LpSolverBase *tmp=0; |
|
44 return *tmp; |
43 } |
45 } |
44 |
46 |
45 LpGlpk::LpGlpk() : Parent(), |
47 LpGlpk::LpGlpk() : Parent(), |
46 lp(lpx_create_prob()) { |
48 lp(lpx_create_prob()) { |
47 ///\todo constrol function for this: |
49 ///\todo constrol function for this: |