==============================================================================
| 128 | |
| 129 | //============================================================================== |
| 130 | void Solver::setNumMaxIterations(std::size_t _newMax) |
| 131 | { |
| 132 | mProperties.mNumMaxIterations = _newMax; |
| 133 | } |
| 134 | |
| 135 | //============================================================================== |
| 136 | std::size_t Solver::getNumMaxIterations() const |
no outgoing calls