Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xpol/policy-based-search
- Owner: xpol
- Created: 2015-10-14T09:29:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T09:32:20.000Z (over 9 years ago)
- Last Synced: 2024-12-24T23:07:10.454Z (about 1 month ago)
- Language: C++
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.