Commit Graph

102 Commits

Author SHA1 Message Date
28b5288535 Working compilation 2025-07-13 17:28:13 +02:00
9207d588b8 rustfmt 2025-07-12 15:41:10 +02:00
483260c2a3 Working formatting of weights for nodes and edges 2025-07-12 15:32:21 +02:00
dcb1e63c35 Automatic instructions 2025-07-12 02:42:28 +02:00
eeb4743e57 modifiing grammar for instructions in file 2025-07-11 23:49:59 +02:00
a7b01cb221 updating .gitignore 2025-07-11 19:37:24 +02:00
b22c7de319 Refactoring 2025-07-11 19:36:20 +02:00
5bddb01883 Graphml support 2025-07-10 15:47:49 +02:00
869d46c7b2 pethgraph-graphml and docs/comments 2025-07-10 15:02:14 +02:00
0fb1ca97a0 Serialization maybe 2025-07-09 21:44:04 +02:00
ed49d6fa52 Converting to library and commenting code
refactoring and removing useless functions
2025-07-09 19:34:15 +02:00
1b9c0ce44b Refactoring names of structures, removing useless functions 2025-07-09 16:12:22 +02:00
6b0a825210 advdigraph 2025-07-08 01:03:50 +02:00
8baa1bafc1 Dot file output
TODO put everything in a library
2025-07-07 22:45:02 +02:00
cdf3d23243 Useful graph presets 2025-07-07 01:25:38 +02:00
ad1ef6f6a6 implementing digraph generation 2025-07-05 14:54:43 +02:00
62740cce84 Fixing ordering, using petgraph 2025-07-03 23:44:10 +02:00
eb8455b84d Maybe added support for other alphabets
no support for roman numerals like Ⅺ, so please dont use them :)
2025-07-03 19:50:12 +02:00
d419ebaafd Added support for emojis 😁 2025-07-03 16:28:28 +02:00
e0a7c61baa Fixing bugs
Bug in parsing single set in .experiment and bug in printing frequency
2025-07-03 11:09:58 +02:00
c3a84cff2b Simple experiment example 2025-07-02 18:58:33 +02:00
fb3256c4a7 finishing frequency 2025-07-02 17:27:36 +02:00
f3ba949b82 Replacing giant translator structure with lots of small structures 2025-07-02 10:37:29 +02:00
2e16e2b002 Fixing Freq, now main functions 2025-07-02 07:30:05 +02:00
eba5d1266d formatting with rustfmt 2025-07-01 19:22:50 +02:00
dcb4cbecb0 Frequency working, main_do(freq) done 2025-07-01 18:00:27 +02:00
9f01383f4f Ignore .stats file 2025-07-01 04:07:32 +02:00
5af8cd98c2 Starting to convert main_do, statistics, frequency not working
frequency not working, also need to look into perpetual better
2025-07-01 04:04:13 +02:00
65d6c93424 frequency and modified RSset to use BTreeSet 2025-06-24 18:56:04 +02:00
aa33e25771 loop_confluent, strong_confluent 2025-06-23 17:07:46 +02:00
454f1760ed Invariant 2025-06-22 20:55:35 +02:00
caa20c3570 More idiomatic code 2025-06-22 19:37:57 +02:00
c9cc011fdb Fix bug confluence 2025-06-22 18:57:35 +02:00
27ce4899ca Confluence module 2025-06-22 16:09:31 +02:00
08ad2cb305 lollipop operator without prefix 2025-06-20 17:11:00 +02:00
732683fd24 lollipop operator, fixed but in grammar-lalrpop for environment parsing 2025-06-19 23:48:16 +02:00
bbff61f71a Print methods 2025-06-18 11:28:04 +02:00
d074812179 Into<String> better than AsRef<str> 2025-06-17 17:25:42 +02:00
7b4564cd60 smartOneRunECT, smartRunECT 2025-06-17 13:45:35 +02:00
871255dbaa oneRun, oneTarget 2025-06-16 16:35:54 +02:00
b94afa3f52 Refactoring 2025-06-16 14:46:04 +02:00
0975d593f8 System behind reference 2025-06-12 20:12:21 +02:00
c9e3701460 Readability 2025-06-12 20:00:05 +02:00
a25316fa20 Better AllTransitions and implemented iterator over transitions 2025-06-12 19:16:32 +02:00
75c10dc313 Adding allTransitions 2025-06-12 16:23:39 +02:00
4507b0194f Adding transitions support 2025-05-21 00:03:36 +02:00
32c2fc2701 Adding documentation for classical.rs, modifying compute_step with pointers 2025-05-19 13:10:05 +02:00
6d5be8c36c Allow clippy upper case acronym for RSBHML 2025-05-19 02:19:47 +02:00
d9e6f0981b Simple process reaction 2025-05-19 00:10:23 +02:00
f3d2644aff Added set structure 2025-05-14 12:14:13 +02:00