Nearest Neighbor solver, basic caching

Add a nearest neighbor solver (WriteAwareBruteSolver) and some basic
caching to the Java API adapter.

Fix a comment typo with an off-by-one error
This commit is contained in:
maddiebaka
2024-03-28 17:00:25 -04:00
parent 8386ace107
commit 152d9dc3ce
10 changed files with 225 additions and 20 deletions
+1
View File
@@ -13,6 +13,7 @@ repositories {
dependencies {
implementation(project(":padlock-impl"))
implementation("org.apache.commons", "commons-text", "1.11.0")
// if you ever need import more dependencies, following this format:
// implementation("group-id:project-id:version")
// just like the logback classic