Fixed bisimilarity, now all working

This commit is contained in:
elvis
2025-07-28 22:15:53 +02:00
parent c5c4e868c0
commit 20336b05ad
4 changed files with 591 additions and 140 deletions

View File

@ -1,8 +1,7 @@
use reactionsystems::rsprocess::presets;
fn main() {
let now = std::time::Instant::now();
use reactionsystems::rsprocess::presets;
match presets::run("testing/first.system".into()) {
Ok(_) => {},
Err(e) => {println!("{e}")}