Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | algorithms.inputgen -> algorithms.input_kind | Egor Tensin | 2017-05-29 |
| | |||
* | mostly Pylint fixes | Egor Tensin | 2017-01-12 |
| | |||
* | fix licensing notices | Egor Tensin | 2016-10-01 |
| | |||
* | code style | Egor Tensin | 2016-06-25 |
| | |||
* | improve command line parsing errors | Egor Tensin | 2016-06-25 |
| | |||
* | sort algorithms in usage messages | Egor Tensin | 2016-06-25 |
| | |||
* | major refactoring | Egor Tensin | 2016-06-24 |
| | | | | | | With the focus on (re)usability. That includes adding separate modules for plotting, input generation and things like that. | ||
* | refactoring + better plot captions | Egor Tensin | 2016-04-17 |
| | |||
* | rearrange source files | Egor Tensin | 2016-04-17 |
* Add a useful `algorithms` package to provide convinient access to the implemented algorithms. * This allows to e.g. dynamically list available algorithms, which greatly simplifies a lot of things. |