m4ri icon indicating copy to clipboard operation
m4ri copied to clipboard

`solve_left` in M4RI is `solve_right` in sage

Open cbouilla opened this issue 4 years ago • 0 comments

Indeed, what the mzd_solve_left() function does is exactly what is called M.solve_right() in sage.

It could be somewhat confusing, but I am not sure what is the best solution:

  • Rename the function to mzd_solve_right() ?
  • Add an alias for backward compatibility and stop advertising the old name ?
  • Add run-time error if anyone calls the old function ?

cbouilla avatar Sep 17 '21 13:09 cbouilla