lemon/dinitz_sleator_tarjan.h
changeset 2522 616c019215c4
parent 2519 a7376f7ed899
child 2527 10f3b3286e63
equal deleted inserted replaced
1:0fd4faa638ab 2:2754100203e5
   699       start();
   699       start();
   700     }
   700     }
   701 
   701 
   702     /// @}
   702     /// @}
   703 
   703 
   704     /// \name Query Functions
   704     /// \name Query Functions 
   705     /// The result of the %Dijkstra algorithm can be obtained using these
   705     /// The result of the Dinitz-Sleator-Tarjan algorithm can be
   706     /// functions.\n
   706     /// obtained using these functions.
       
   707     /// \n
   707     /// Before the use of these functions,
   708     /// Before the use of these functions,
   708     /// either run() or start() must be called.
   709     /// either run() or start() must be called.
   709     
   710     
   710     ///@{
   711     ///@{
   711 
   712