Uses of Class
lio.misc.SearchOutput

Packages that use SearchOutput
lio.core   
lio.search   
lio.search.local.greedy   
 

Uses of SearchOutput in lio.core
 

Methods in lio.core with parameters of type SearchOutput
 boolean LiOResourceFactory.applySearchOutputConf(SearchOutput so)
           
 

Uses of SearchOutput in lio.search
 

Fields in lio.search declared as SearchOutput
protected  SearchOutput LiOSearch.searchOutput
          Object that contains and computes statistics of the search.
 

Methods in lio.search that return SearchOutput
 SearchOutput LiOSearch.getSearchOutput()
           
 

Methods in lio.search with parameters of type SearchOutput
 void LiOSearch.setSearchOutput(SearchOutput searchOutput)
           
 

Uses of SearchOutput in lio.search.local.greedy
 

Subclasses of SearchOutput in lio.search.local.greedy
 class GreedySearchOutput
          Extends the SearchOutput so that it can provide information for greedy based algorithms, which mainly consists in the number of candidate steps that have been evaluated in the solution construction.