Skip to content

Releases: sybila/terminal-components

1.0.0

05 May 12:56
52b60c0
Compare
Choose a tag to compare

Refactored release which includes full component printing and more streamlined heuristics.

0.6.1

17 Apr 09:37
Compare
Choose a tag to compare

terminal components -> attractors

0.6.0

13 Apr 13:23
Compare
Choose a tag to compare

Print full components instead of just parameters

0.5.0 Tarjan

07 Apr 12:59
Compare
Choose a tag to compare

WARNING: This is a modified version just for benchmarking, not a full binary. It uses explicit parameter scan instead of the coloured heuristics, and therefore can be really slow.
Usage: One command line argument - path to model file.

0.5.1 Alpha 1

12 Apr 13:51
Compare
Choose a tag to compare
  • use small block partitioning instead of uniform

0.5.0 (alpha 1)

04 Apr 08:21
Compare
Choose a tag to compare
  • Switch to deterministic version of parameter representation.
  • WARNING: Supports only exactly two parameters. General support coming in future releases.

0.4.1

31 Mar 08:57
Compare
Choose a tag to compare
  • make state selection heuristic more deterministic (more stable scalability)
  • fix stack overflow for cartesian product of big rectangle sets

0.4.0

24 Mar 14:32
Compare
Choose a tag to compare
  • add the distributed algorithm (using reachability parallelism instead of recursion parallelism)
  • to use the new algorithm, see algorithm type switch in tool help

0.3.1

10 Mar 15:17
Compare
Choose a tag to compare

Add options for parallelism and heuristic switch (see CLI help for more info)

0.3.0

09 Mar 17:12
Compare
Choose a tag to compare
  • parameter set size heuristics
  • parallelism (locked to core count, but probably won't achieve that much)
  • command line arguments, similar to pithya (result formats are compatible)