==============================================================================
| 110 | |
| 111 | //============================================================================== |
| 112 | std::shared_ptr<Problem> Solver::getProblem() const |
| 113 | { |
| 114 | return mProperties.mProblem; |
| 115 | } |
| 116 | |
| 117 | //============================================================================== |
| 118 | void Solver::setTolerance(double _newTolerance) |
no outgoing calls