Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.catseye.tc/Samovar/
- Add logo. Chris Pressey 7 months ago
- Update links. Chris Pressey 11 months ago
- Update .gitignore. Chris Pressey 1 year, 3 months ago
- Rename package to avoid name conflict. Chris Pressey 1 year, 3 months ago
- Bump version number, prepare to distribute as Python package Chris Pressey 1 year, 3 months ago
- Merge pull request #13 from catseye/develop-0.5 Chris Pressey (commit: GitHub) 1 year, 11 months ago
- Minor edit to README. Chris Pressey 1 year, 11 months ago
- Reduce memory usage of depth-first search. Chris Pressey 2 years ago
- Add some debug output. Chris Pressey 2 years ago
- Rewrite recursion to use explicit stack. Chris Pressey 2 years ago
- Update documentation. Chris Pressey 2 years ago
- Add experimental depth-first generator. Chris Pressey 2 years ago
- Rename the breadth-first generator. Chris Pressey 2 years ago
- Mere progress is reported at verbosity level 1. Chris Pressey 2 years ago
- Have match() return None if no match (faster than raising.) Chris Pressey 2 years ago
- Don't check for free vars (tho this does not help performance much) Chris Pressey 2 years ago
- Don't re-consider states that we have already considered. Chris Pressey 2 years ago
- Make candidate_rules() a generator. Chris Pressey 2 years ago
- Rules that don't change the state are not worth considering. Chris Pressey 2 years ago
- Replace `--randomness-type` with `--deterministic`. Chris Pressey 2 years ago
- Rename "random" generator to "stochastic" generator. Chris Pressey 2 years ago
- Fix some bugs. The complete generator does indeed seem to work. Chris Pressey 2 years ago
- Make the sketch of the complete generator less rough. Chris Pressey 2 years ago
- Factor common methods into base class. Chris Pressey 2 years ago
- Refactor so generate_events() has same signature in both classes Chris Pressey 2 years ago
- Allow generator to be selected; have both confirm to base interface Chris Pressey 2 years ago
- flake8 (mainly the argparser setup) Chris Pressey 2 years ago
- Add base class for Generators. Chris Pressey 2 years ago
- Add rough sketch of CompleteGenerator. Chris Pressey 2 years ago
- Establish new `generators` sub-package, allowing more kinds of. Chris Pressey 2 years ago