| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Adding a new search

Page history last edited by Chris Wilt 14 years, 6 months ago

Most of the searches are categorized, so withing the group/search/ directory there is a place to define the various kinds of searches.  For beam searches, it is beam_searches.ml.  The new search has to be added there.  This is the code that makes the call to the solver. 

 

There are also 3 files called:

 

alg_table_dd.ml

 - for algs that drop duplicates

 

alg_table_dups.ml

- for algs that track but ignore duplicates

 

alg_table_nodups.ml

- for algs that don't even think about duplicates.

 

The code in this table calls the code in the aforementioned file, based upon a string name.  

Comments (0)

You don't have permission to comment on this page.