Skip to content

Links into nodes: post processing algorithm - Reduced echelon form#1326

Open
figueroa1395 wants to merge 15 commits intomainfrom
feature/add_reduced_echelon_form_function
Open

Links into nodes: post processing algorithm - Reduced echelon form#1326
figueroa1395 wants to merge 15 commits intomainfrom
feature/add_reduced_echelon_form_function

Conversation

@figueroa1395
Copy link
Member

@figueroa1395 figueroa1395 commented Mar 10, 2026

In this PR I introduce the first step of the post processing algorithm of merging links into nodes feature.

The things that need to happen are:

  • Forward elimination (elimination game) algorithm implementation.
  • Unit test the forward elimination algorithm.
  • Backward substitution algorithm implementation.
  • Unit test backward substitution algorithm.
  • Combine to above to make the reduced echelon form algorithm implementation.

Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
@figueroa1395 figueroa1395 self-assigned this Mar 10, 2026
@figueroa1395 figueroa1395 added feature New feature or request do-not-merge This should not be merged labels Mar 10, 2026
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
@figueroa1395 figueroa1395 marked this pull request as ready for review March 18, 2026 14:56
@figueroa1395 figueroa1395 removed the do-not-merge This should not be merged label Mar 18, 2026
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants