* tests/: Rename as... * tests/core/: ... this. * python/tests/: Rename as... * tests/python/: ... this. * python/tests/run.in: Move as... * tests/run.in: This, and adjust. * tests/Makefile.am: Adjust to run both core and python tests. * configure.ac, README, debian/python3-spot.examples, debian/rules, doc/org/tut.org, python/Makefile.am, spot/ltsmin/Makefile.am, spot/ltsmin/kripke.test, spot/sanity/ipynb.test: Adjust.
285 lines
6.1 KiB
Bash
Executable file
285 lines
6.1 KiB
Bash
Executable file
#!/bin/sh
|
|
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2009, 2010, 2011, 2012, 2014, 2015 Laboratoire de
|
|
# Recherche et Développement de l'Epita (LRDE).
|
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire
|
|
# d'Informatique de Paris 6 (LIP6), département Systèmes Répartis
|
|
# Coopératifs (SRC), Université Pierre et Marie Curie.
|
|
#
|
|
# This file is part of Spot, a model checking library.
|
|
#
|
|
# Spot is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# Spot is distributed in the hope that it will be useful, but WITHOUT
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
|
# License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
echo 'This test can take as long as 15 minutes on a 2GHz Pentium 4.'
|
|
|
|
. ./defs
|
|
need_lbtt
|
|
|
|
set -e
|
|
|
|
cat > config <<EOF
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- LaCIM), fake"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -T'"
|
|
Enabled = no
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), reduction of formula (pre reduction)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -r4 -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), reduction7 of formula (pre reduction)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -r7 -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM) reduction7+ru of formula (pre reduction)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -r7 -ru -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), reduction of formula in FM"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -fr -r4 -F -f -t'"
|
|
Enabled = no
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM) reduction7 of formula in FM"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -fr -r7 -F -f -t'"
|
|
Enabled = no
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), post reduction with scc"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -R3 -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), +pre +WDBA"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -r4 -R3 -Rm -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), +pre +WDBA(rejbig)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -r4 -R3 -RM -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), without symb_merge"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -y -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), degeneralized"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -t -DT'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), simulated"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -t -RDS -r4 -R3'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), cosimulated"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -t -RRS -r4 -R3'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), iterated simulation"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -t -RIS -r4 -R3'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- TAA), simulated"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -taa -t -RDS -r4 -R3'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), simulated and degeneralized on states."
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -t -RDS -DS'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Compositional Suspension"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -u -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Compositional Suspension (-r4)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -u -r4 -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Compositional Suspension (-r4 -ru)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -u -r4 -ru -F -f -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM), degeneralized on states"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -t -DS'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM post_branch + exprop)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -x -p -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM post_branch + exprop + flapprox)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -x -p -L -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM post_branch + exprop), degeneralized"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -p -x -t -DT'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Couvreur -- FM post_branch + exprop + flapprox), degeneralized"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -f -p -x -t -L -DT'"
|
|
ENABLED = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Tauriainen -- TAA)"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -taa -t'"
|
|
Enabled = yes
|
|
}
|
|
|
|
Algorithm
|
|
{
|
|
Name = "Spot (Tauriainen -- TAA) refined rules"
|
|
Path = "${LBTT_TRANSLATE}"
|
|
Parameters = "--spot '../ikwiad -F -taa -t -c'"
|
|
Enabled = yes
|
|
}
|
|
|
|
|
|
GlobalOptions
|
|
{
|
|
Rounds = 100
|
|
Interactive = Never
|
|
# Verbosity = 5
|
|
# ComparisonCheck = no
|
|
# ConsistencyCheck = no
|
|
# IntersectionCheck = no
|
|
}
|
|
|
|
FormulaOptions
|
|
{
|
|
Size = 1...13
|
|
Propositions = 6
|
|
|
|
AbbreviatedOperators = Yes
|
|
GenerateMode = Normal
|
|
OutputMode = Normal
|
|
PropositionPriority = 50
|
|
|
|
TruePriority = 1
|
|
FalsePriority = 1
|
|
|
|
AndPriority = 10
|
|
OrPriority = 10
|
|
XorPriority = 0
|
|
# EquivalencePriority = 0
|
|
|
|
BeforePriority = 0
|
|
|
|
DefaultOperatorPriority = 5
|
|
}
|
|
EOF
|
|
|
|
${LBTT}
|
|
rm config
|