Skip to content

Change initialization value for matrix#49

Merged
HDBandit merged 3 commits intodevelopfrom
maintenance/change_init_value_matrix
Apr 29, 2026
Merged

Change initialization value for matrix#49
HDBandit merged 3 commits intodevelopfrom
maintenance/change_init_value_matrix

Conversation

@HDBandit
Copy link
Copy Markdown
Collaborator

This PR changes the initialization of the matrix used for matrix calculations. Instead of initializing it to 0—which could be a valid result when the source and destination are the same—we now initialize it to Int.MaxValue. This is done for compatibility reasons with Solver’s integer compression algorithm.

@HDBandit HDBandit merged commit 6af9082 into develop Apr 29, 2026
3 checks passed
@HDBandit HDBandit deleted the maintenance/change_init_value_matrix branch April 29, 2026 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant