- Oct 15, 2021
-
-
Jan Trávníček authored
-
- Jul 03, 2021
-
-
Jan Trávníček authored
-
- May 11, 2021
-
-
Jan Trávníček authored
-
- Mar 08, 2021
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
... because most developers were copy-pasting the preambule anyway and did not pay any attention to change it. Also, I think that git does better job in managing that.
-
- Jan 30, 2021
-
-
Although #pragma once is not a standard, compilers nowadays usually support it. We don't have any tricky build system so we should be OK. This also fixes many errors regarding using reserved identifiers (names starting with double underscore).
-
- Jan 02, 2021
-
-
Jan Trávníček authored
the generator is parametrized with number of states, initial states, and final states; additionally duplicate, redundant, unreachable states are generated transition function is filled in transition partitions: {state, unreachable, redundant} vs {state, unreachable, redundant}
-
- Aug 06, 2020
-
-
Jan Trávníček authored
-
- Aug 03, 2020
-
-
Tomáš Pecka authored
Remove CMakeLists.txt generator scripts from build phase. Replaced with CMake's GLOB that can re-run every time the build is invoked. We can also drop the Python dependency now. Removed header installs which will be redesigned in future commits.
-
- Mar 17, 2020
-
-
Tomáš Pecka authored
-
- Nov 09, 2019
-
-
Jan Trávníček authored
-
- Sep 16, 2019
-
-
- Jun 17, 2019
-
-
-
algo: Split ApproximateNondeterministicExactSuffixEpsilonAutomatonForHammingDistance into NFA and EpsilonNFA variants
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Jun 06, 2019
-
-
Jan Trávníček authored
-
- Jun 04, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jun 03, 2019
-
-
Jan Travnicek authored
-
- Jun 02, 2019
-
-