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

Commit

Permalink
Merge branch 'u/dkrenn/sequences/recognizable' into u/dkrenn/sequence…
Browse files Browse the repository at this point in the history
…s/k-regular

* u/dkrenn/sequences/recognizable: (21 commits)
  adapt docstring of transposed
  remove output_function
  new repr
  doctests for minimized
  use __nonzero__
  nonzero
  is_trivial_zero
  interface for minimization
  minimization algorithm
  zero (element constructor)
  element constructor
  rewrite creation of transpositioned series
  doctest for PrefixClosedSet
  method transposed
  prefix_set
  remove not needed iter(...)
  prefix-closed sets
  many improvments, manly docstrings
  remove lazy_dict
  first draft
  ...
  • Loading branch information
dkrenn committed Aug 16, 2016
2 parents b92ff44 + 6b67851 commit 800a329
Show file tree
Hide file tree
Showing 2 changed files with 1,000 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/combinat/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
['automata', 'transducers'])
# Sequences
from binary_recurrence_sequences import BinaryRecurrenceSequence
lazy_import('sage.combinat.recognizable_series', 'RecognizableSeriesSpace')
lazy_import('sage.combinat.k_regular_sequence', 'kRegularSequenceSpace')

# Six Vertex Model
Expand Down
Loading

0 comments on commit 800a329

Please sign in to comment.