Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'fsm/state_color' into fsm/process_output_new
Browse files Browse the repository at this point in the history
* fsm/state_color: (26 commits)
  inserted "parameter" in docstring of on_duplicate_transition_...
  docstring of quotient: added paragraph forgotten by merge; added blank line
  added one spaceing (PEP8)
  on_duplicate_transition=None as default
  corrected spacings (PEP8); rewritten long lines; corrected typos
  using relabeled instead of deepcopy (former TODO)
  corrected spacings (PEP8); rewrote long line
  small changes in docstring of _minimization_Moore_
  docstring in quotient adapted to the same style as equivalence classes
  description of equivalent states rewritten
  corrected spacings (PEP8); added line-breaks in long lines
  rewrote docstring of .__lt__ in FSMState/FSMTransition; corrected spacings
  Correct misplaced sentence in docstrings of accessible components and product_FiniteStateMachine
  Set color of new states in in product_FiniteStateMachine, composition_explorative, and determinisation.
  New attribute FSMState.color to prohibit merging in simplification
  sorted transitions in one doctest to guarantee consistency
  added one TODO in projection
  FiniteStateMachine.quotient() allows on_duplicate_transitions
  New Doctest for failing simplification when duplicate_transition_add_input is used.
  new hook on_duplicate_transition
  ...

Conflicts:
	src/sage/combinat/finite_state_machine.py
  • Loading branch information
dkrenn committed Apr 11, 2014
2 parents 75aa9e1 + 2031f53 commit d18312e
Showing 1 changed file with 416 additions and 115 deletions.
Loading

0 comments on commit d18312e

Please sign in to comment.