Fixed bisimilarity, now all working
This commit is contained in:
@ -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}")}
|
||||
|
||||
Reference in New Issue
Block a user