changeset 1269 | 4c63ff4e16fa |
parent 1254 | c9558638fe42 |
child 1273 | 2b2ffa625775 |
0:863076766d9b | 1:810182b0e582 |
---|---|
62 } |
62 } |
63 |
63 |
64 void LpSolverSkeleton::_setObjCoeff(int i, Value obj_coef) |
64 void LpSolverSkeleton::_setObjCoeff(int i, Value obj_coef) |
65 { |
65 { |
66 } |
66 } |
67 |
|
68 LpSolverSkeleton::SolutionType LpSolverSkeleton::_solve() |
|
69 { |
|
70 return OPTIMAL; |
|
71 } |
|
72 |
|
73 LpSolverSkeleton::Value LpSolverSkeleton::_getSolution(int i) |
|
74 { |
|
75 return 0; |
|
76 } |
|
67 |
77 |
68 } //namespace lemon |
78 } //namespace lemon |
69 |
79 |