Opened 8 years ago
Closed 8 years ago
#15922 closed enhancement (fixed)
Allow list of transitions in FiniteStateMachine.add_transistions_from_function
Reported by: | cheuberg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-6.2 |
Component: | combinatorics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Clemens Heuberger | Reviewers: | Daniel Krenn |
Report Upstream: | N/A | Work issues: | |
Branch: | e5c42b9 (Commits, GitHub, GitLab) | Commit: | e5c42b9dbd120f1d683eb1330ed5e6875ea0ce96 |
Dependencies: | Stopgaps: |
Description
The transition function callback in
sage.combinat.finite_state_machine.add_transistions_from_function
may now also return a list of transitions in order to add multiple
transitions between a pair of states.
Change History (6)
comment:1 Changed 8 years ago by
- Status changed from new to needs_review
comment:2 Changed 8 years ago by
- Cc dkrenn removed
- Reviewers set to Daniel Krenn
comment:3 Changed 8 years ago by
- Status changed from needs_review to positive_review
comment:4 Changed 8 years ago by
comment:5 Changed 8 years ago by
comment:6 Changed 8 years ago by
- Branch changed from u/cheuberg/fsm/add_transitions_from_function to e5c42b9dbd120f1d683eb1330ed5e6875ea0ce96
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
code looks fine, doctests pass, docu checked, coverage checked