Opened 13 years ago
Closed 12 years ago
#3135 closed defect (fixed)
bug in solve_mod -- variable sorting
Reported by: | was | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-3.3 |
Component: | calculus | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
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
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
- Milestone changed from sage-3.4.1 to sage-3.3
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is fixed by the patch up at #3124, so should be closed when #3124 gets closed.