Skip to Content.
Sympa Menu

maude-help - Re: [Maude-help] Rewriting with a particular rule

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

Re: [Maude-help] Rewriting with a particular rule


Chronological Thread 
  • From: Julia Sapiña Sanchis <jsapina AT dsic.upv.es>
  • To: maude-help AT cs.uiuc.edu
  • Subject: Re: [Maude-help] Rewriting with a particular rule
  • Date: Tue, 12 May 2015 00:19:30 +0200
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/maude-help/>
  • List-id: <maude-help.cs.uiuc.edu>

You can also try to debug your program in Anima, an online, graphic Maude program animator (and automated trace slicer) available at http://safe-tools.dsic.upv.es/anima/

Further information on this tool is available at http://www.dsic.upv.es/users/elp/maria/papers/JSC2014.pdf

Be advised, however, that Anima is a prototype under constant evolution and it has been very recently updated to support basic Full-Maude specifications so, let me know if you find a bug.

Greetings

Julia

El 11/05/2015 a las 22:15, Vladimir Klebanov escribió:
Hi,

I am trying to debug a module with some rules, and in the process I am
looking for a way to achieve the following.

I would like to give Maude a term and the name of a rule (defined in
the module) and Maude would tell me if this rule is applicable to the
term and, if so, what a (or the) result would be. Is there a way to do
this? I did not find a solution in the manual.

The background is that I am using search, but my rules are buggy, and
no solution is found, even though the domain knowledge suggests that
there is one. I want to reenact the solution I have in mind in Maude
to see where rewriting fails. So far I do not see a good way to do
this. The mechanism above would help, but other suggestions are also
very welcome.

Thanks!

Vladimir








Archive powered by MHonArc 2.6.16.

Top of Page