-
-
Notifications
You must be signed in to change notification settings - Fork 698
Closed
Description
Carlo Hamalainen:
> OK, but in solve_mod() perhaps the line
>
> vars.sort()
>
> should be
>
> vars.sort(cmp)
>
> so that the variables are actually sorted?
>
Yes, *that* is certainly a bug!
William
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/3135