Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ROADMAP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
== v0.3.0 - Extended Invariants

* [x] Alexander polynomial display (`format_alexander`: sparse coeff map → t^n notation)
* [x] HOMFLY-PT polynomial (on-demand via KnotTheory.jl, bounded to ≤12 crossings)
* [x] HOMFLY-PT polynomial (on-demand via KnotTheory.jl, bounded to ≤15 crossings —
`HOMFLY_MAX_CROSSINGS`; the Kauffman-bracket skein recursion is genuinely 2^n)
* [x] Knot signature (surfaced from Skein.jl schema to API and frontend)
* [x] Knot determinant (surfaced to frontend; filterable in KRL and SQL)

Expand Down
2 changes: 0 additions & 2 deletions server/serve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,6 @@ function router(db::SkeinDB, sdb::SemanticIndexDB, static_dir::String,

path == "/api/explain" && return handle_explain(db, sdb, params)

path == "/api/explain" && return handle_explain(db, sdb, params)

m_knot = match(r"^/api/knots/(.+)$", path)
!isnothing(m_knot) &&
return handle_knot_detail(db, sdb, String(m_knot.captures[1]))
Expand Down