lemon/howard_mmc.h
changeset 1335 39b6e65574c6
parent 1270 dceba191c00d
equal deleted inserted replaced
7:97defd682d53 8:7e678fcfd420
   359     /// the search process. Its default value implies that the algorithm
   359     /// the search process. Its default value implies that the algorithm
   360     /// runs until it finds the exact optimal solution.
   360     /// runs until it finds the exact optimal solution.
   361     ///
   361     ///
   362     /// \return The termination cause of the search process.
   362     /// \return The termination cause of the search process.
   363     /// For more information, see \ref TerminationCause.
   363     /// For more information, see \ref TerminationCause.
   364     TerminationCause findCycleMean(int limit = std::numeric_limits<int>::max()) {
   364     TerminationCause findCycleMean(int limit =
       
   365                                    std::numeric_limits<int>::max()) {
   365       // Initialize and find strongly connected components
   366       // Initialize and find strongly connected components
   366       init();
   367       init();
   367       findComponents();
   368       findComponents();
   368 
   369 
   369       // Find the minimum cycle mean in the components
   370       // Find the minimum cycle mean in the components