Skip to content

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

Draft
figueroa1395 wants to merge 10 commits intomainfrom
feature/add_reduced_echelon_form_function
Draft

Links into nodes: post processing algorithm - Reduced echelon form#1326
figueroa1395 wants to merge 10 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.
  • Unit test the reduced echelon form algorithm.

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>
@sonarqubecloud
Copy link

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

Labels

do-not-merge This should not be merged feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants