Skip to content

Commit

Permalink
Deploying to gh-pages from @ e156bf9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed May 4, 2024
0 parents commit 5c208f0
Show file tree
Hide file tree
Showing 99 changed files with 47 additions and 0 deletions.
Binary file added artifacts.jar
Binary file not shown.
Binary file added artifacts.xml.xz
Binary file not shown.
Binary file added content.jar
Binary file not shown.
Binary file added content.xml.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
43 changes: 43 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<h1> Download page for ITS tools command line</h1>

<p> Despite the ui integration of ITS-Tools with Eclipse being very nice, many scenarios involve calling the ITS-tools as part of a process, thus are easier to write and maintain using the command line.
Plus some people just think eclipse is bloated and over-complex or have never used it, adopting it because of ITS-tools is too much.
However ITS-tools leverages many components of the eclipse platform, notably EMF and XText which made extracting our code a bit of an issue.
</p>

<p>
So due to popular demand, we are happy to present the ITS-tools command line support, that allows to do everything we could from Eclipse, but using a plain command line and with minimal download/install hassle.
</p>

<h2>Download the its-cl ITS tools command line for Linux here : <a href="fr.lip6.move.gal.itscl.product-linux.gtk.x86_64.zip"> its-cl Linux (gtk, x64)</a>
This is the version used in the <a href="http://mcc.lip6.fr">Model-checking competition at ICATPN </a>
</h2>

<h2>Download the its-cl ITS tools command line for Windows here : <a href="fr.lip6.move.gal.itscl.product-win32.win32.x86_64.zip"> its-cl Windows (XP or later, x64)</a>.
Please note that for this windows build you need to invoke "eclipsec" command instead of "its-tools".</h2>

<h2>Download the its-cl ITS tools command line for MacOS here : <a href="fr.lip6.move.gal.itscl.product-macosx.cocoa.x86_64.zip"> its-cl OSX (Cocoa x64)</a> </h2>

<h3> Please note that you need Java 11 or better to run these tools. Simply unzip and run "its-tools" command.</h3>

<p>
Current flags are relatively limited :<br/>
<ul>
<li> -i FILE : specify input file, a full gal model (parameters, hierarchy, loops, properties) such as used within eclipse.
</li>
<li> Logic flags (only one at a time)
<ul>
<li> -reach : check all Safety and Bounds properties of the input
</li>
<li> -ctl : check all CTL properties of the input
</li>
<li> -ltl : check all LTL properties of the input
</li>
</ul>
</li>
<li>
-itsflags FLAGS : specify additional flags, passed as is to the actual model-checking tool. For instance <h5>-itsflags "--trace-states -manywitness 10"</h5> will display several counter examples.
</li>
</ul>

</p>
4 changes: 4 additions & 0 deletions p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Sat May 04 19:23:05 UTC 2024
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
Binary file added plugins/fr.lip6.ltl.jhoaf_1.0.0.202405041920.jar
Binary file not shown.
Binary file not shown.
Binary file added plugins/fr.lip6.ltl.tgba_1.0.0.202405041920.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plugins/fr.lip6.move.gal_1.0.0.202405041920.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plugins/fr.lip6.move.xta_1.0.0.202405041920.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plugins/java.picocli_1.0.0.202405041920.jar
Binary file not shown.
Binary file added plugins/lip6.smtlib.SMT_1.0.0.202405041920.jar
Binary file not shown.
Binary file not shown.
Binary file added plugins/org.antlr.antlr4-runtime_4.13.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added plugins/org.logicng_1.0.0.202405041920.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 5c208f0

Please sign in to comment.