==============================================================================
| 158 | |
| 159 | //============================================================================== |
| 160 | std::size_t Solver::getIterationsPerPrint() const |
| 161 | { |
| 162 | return mProperties.mIterationsPerPrint; |
| 163 | } |
| 164 | |
| 165 | //============================================================================== |
| 166 | void Solver::setPrintFinalResult(bool _print) |