Skip to content

Implement CFL all-paths path-finding#9

Open
DanyaLitva wants to merge 43 commits intoSparseLinearAlgebra:stablefrom
DanyaLitva:stable
Open

Implement CFL all-paths path-finding#9
DanyaLitva wants to merge 43 commits intoSparseLinearAlgebra:stablefrom
DanyaLitva:stable

Conversation

@DanyaLitva
Copy link

@DanyaLitva DanyaLitva commented Mar 4, 2026

This PR adds an implementation algorithm for finding all paths based on the implementation of Rustam Azimov's algorithm for finding a single path and all paths in a graph with context-free constraints using matrix multiplication. Based on CFPQ-Core from #8

@DanyaLitva
Copy link
Author

DanyaLitva commented Mar 4, 2026

Проверил алгоритм на примере из статьи Рустама Азимова

Из статьи:
image

Из программы:
*матрице S соответствует output 0
image

DanyaLitva and others added 3 commits March 18, 2026 20:08
после первых тестов кажется, что итератор эффективнее редукции для этой задачи
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants