lemon/max_matching.h
changeset 444 cace3206223b
parent 342 5ba887b7def4
child 463 88ed40ad0d4f
equal deleted inserted replaced
2:a95ea2463839 3:e18ed5450372
   414     /// \n
   414     /// \n
   415 
   415 
   416     /// If you need better control on the execution, you must call
   416     /// If you need better control on the execution, you must call
   417     /// \ref init(), \ref greedyInit() or \ref matchingInit()
   417     /// \ref init(), \ref greedyInit() or \ref matchingInit()
   418     /// functions first, then you can start the algorithm with the \ref
   418     /// functions first, then you can start the algorithm with the \ref
   419     /// startParse() or startDense() functions.
   419     /// startSparse() or startDense() functions.
   420 
   420 
   421     ///@{
   421     ///@{
   422 
   422 
   423     /// \brief Sets the actual matching to the empty matching.
   423     /// \brief Sets the actual matching to the empty matching.
   424     ///
   424     ///