Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xpol/policy-based-search

Automatically exported from code.google.com/p/policy-based-search
https://github.com/xpol/policy-based-search

Last synced: 29 days ago
JSON representation

Automatically exported from code.google.com/p/policy-based-search

Awesome Lists containing this project

README

        

Detailed documentation is available on the project's wiki: https://code.google.com/p/policy-based-search/

The source code also contains Doxygen mark-up from which you can generate some documentation that is mostly
descriptive.

QUICK START

bestfirstsearch.hpp Contains the search function templates. Include this wherever you want to search.
problem.hpp Include this where you define the problem.
evaluation.hpp Include this where you define the comparator, priority queue, etc.

See the examples or wiki for details.