- May 23, 2022
-
-
Tomáš Pecka authored
-
- May 22, 2022
-
-
Tomáš Pecka authored
So far only the PrefixRankedTree -> NPDA version existed. This commit adds a version that constructs an NFTA for RankedTree.
-
- May 15, 2022
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- May 08, 2022
-
-
Tomáš Pecka authored
-
- Apr 29, 2022
-
-
Tomáš Pecka authored
-
- Apr 28, 2022
-
-
Jan Trávníček authored
closes #203 - somehow it works if I broke string parser of automata it must have been in a way tests didn't report it.
-
Jan Trávníček authored
-
- Apr 27, 2022
-
-
Jan Trávníček authored
-
- Apr 25, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
closes 227
-
- Apr 20, 2022
-
-
Jan Trávníček authored
closes 229
-
- Apr 19, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Apr 18, 2022
-
-
Tomáš Pecka authored
It seems we do not need to alter anything in the spec file.
-
Tomáš Pecka authored
By pulling as much images as we can from local cached copy we could (hopefully) avoid the docker TOOMANYREQUESTS error.
-
- Apr 16, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Apr 15, 2022
-
-
Jan Trávníček authored
-
Tomáš Pecka authored
For efficiency, let's implement runs of deterministic Z-Automata also on linearised unranked tree. Based on my testing with a tree constructed from sprotall.xml [1] the run is ~15 % faster than a run over UnrankedTree. [1]: https://research.cs.wisc.edu/niagara/data.html
-
Tomáš Pecka authored
-
- Apr 14, 2022
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
The representation '*' was shared with NodeWildcard. I believe '*' is better for NodeWildcard so let's change Gap to '~'. At first I wanted to use '_' but it is already occupied by BottomOfTheStackSymbol and the underscore is probably better suited for that.
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Apr 13, 2022
-
-
Jan Trávníček authored
-