From 4228ebd2b873c7f7a8f05199e3803d789a726937 Mon Sep 17 00:00:00 2001 From: Jean Sirmai Date: Mon, 18 Oct 2021 11:03:31 +0200 Subject: [PATCH] random walk written with two rules using global coord. --- debian/var/models/example.xml | 41 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/debian/var/models/example.xml b/debian/var/models/example.xml index 8091586..2f75bcc 100644 --- a/debian/var/models/example.xml +++ b/debian/var/models/example.xml @@ -72,43 +72,42 @@ - - + + - - Moves a dimer to east. + - A dimer is identified at coords (0,1) - The east location next this dimer is empty + + - Therefore I can (and I want to) move it to its next east location + - The identified dimer no more exists ( :-(( + - Happily, it is now rebuilt at its east location ( ;-)) + - - Moves a dimer to west. + - - A dimer is identified at coords (0,1) - The west location next this dimer is empty + + + - Therefore I can (and I want to) move it to its next west location - - The identified dimer no more exists ( :-(( - - Happily, it is now rebuilt at its west location ( ;-)) + + + + +