summaryrefslogtreecommitdiffstats
path: root/tests/include/pointlookup.h
Commit message (Collapse)AuthorAgeFilesLines
* Properly implemented support for iteratively decomposable problemsDouglas Rumbaugh2024-04-191-7/+7
|
* Updated FSTrie to use const char * instead of std::stringDouglas Rumbaugh2024-04-151-8/+10
| | | | Note: this requires the caller to manage the memory of the strings
* PointLookup: added a point lookup query for unique indexes, and some testsDouglas Rumbaugh2024-03-221-0/+111