PukiWikiです、編集はご自由にどうぞ


LaViT †

LaViT (LMNtal Visual Tools, formerly called LMNtal Editor) is a graphical integrated development environment of the concurrent programming and modelling language LMNtal.

LaViT allows you to write, run, and model-check LMNtal programs with a simple user interface. In particular, State Viewer visualizes the state space of programs and offers an ideal environment for understanding the properties of programs with nondeterministic behavior.

Further details can be found in How to user LaViT and [[Verification Examples>システム検証例](both in Japanese).

top1.gif
↑

LMNtal †

LMNtal is a concurrent language model based on the rewriting of hierarchical graphs composed of atoms, links (to represent connectivity), and membranes (to represent hierarchy).

Manipulation of hierarchical graph structures allows you to describe programs (or models) involving complex data structures and multiset rewriting concisely.

For example, a list sorting program can be written as follows:

r([3,2,4,1]).
L=[X,Y|H] :- X>Y | L=[Y,X|H].

and the result is as follows:

r([1,2,3,4]), @601

The above result can be obtained by pasting the above program into LaViT, saving it to a file, and pressing the SLIM button.

top2.gif

A simple tutorial of LMNtal can be found here.Further details can be found in the LMNtal webpage and publications.

Attached files

Attach file: fileeditor1.jpg 486 download [Information] filetop1.gif 1311 download [Information] filetop2.gif 1339 download [Information]

Uploading files

Related pages
  1. LaViTの使い方(1862d) LMNtalチュートリアル(2819d)

Download (EN)

↑

Documents (JP)

  • How to Use LaViT
  • Features
  • LMNtal tutorial
  • Verification examples
  • Version history
  • Publications
↑

For Developers (JP)

  • Bug reports and wish lists
  • Updates
  • MenuBar

Toolbox

create new page
新しくページを作成
edit
このページを編集
freeze
このページを凍結
changes
このページの最終更新箇所を表示
history
このページの更新履歴とバックアップを表示
upload
このページにファイルを添付
help
Wiki および書き方のルールについて
  • サイトについて
  • 仕様
  • このサイトへの要望
  • ヘルプ
  • S_LICENSE
  • PukiWiki 1.5.1 © 2001-2016 PukiWiki Development Team