equal
deleted
inserted
replaced
371 /// |
371 /// |
372 const Tolerance& tolerance() const { |
372 const Tolerance& tolerance() const { |
373 return tolerance; |
373 return tolerance; |
374 } |
374 } |
375 |
375 |
376 /// \name Execution control The simplest way to execute the |
376 /// \name Execution control |
377 /// algorithm is to use one of the member functions called \c |
377 /// The simplest way to execute the algorithm is to use one of the |
378 /// run(). |
378 /// member functions called \c run(). |
379 /// \n |
379 /// \n |
380 /// If you need more control on initial solution or execution then |
380 /// If you need more control on initial solution or execution then |
381 /// you have to call one \ref init() function and then the start() |
381 /// you have to call one \ref init() function and then the start() |
382 /// function. |
382 /// function. |
383 |
383 |