Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMC-SOG
experiments
hybrid
Commits
e2cd72f2
Commit
e2cd72f2
authored
Jun 11, 2020
by
Jaime Arias
Browse files
remove old scripts
parent
64bb2468
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e2cd72f2
...
...
@@ -35,9 +35,11 @@ git clone https://depot.lipn.univ-paris13.fr/PMC-SOG/experiments/hybrid.git && c
│ └── pnml2lts-mc.zip # results (logs) related to the ltsmin model-checker
├── run-experiment.py # script that run a experiment on the local machine
├── scripts
│ ├──
formula-
generator.
sh
# script that generates
N random LTL\X formula
s
│ ├── generat
e-csv
.py
# script that generates
a csv file with the results from the log
s
│ ├──
csv_
generator.
py
# script that generates
a csv file with the results from the log
s
│ ├──
formula_
generat
or
.py # script that generates
N random LTL\X formula
s
│ └── plot-results.ipynb # Python notebook that allows to generate the figures and interact with the results
│ └── plot-results.py # script that generates the figures (if you do not want to open the notebook)
│ └── sbatch_formula_generator.py # script that generates the sbatch files to generate formulas on Magi cluster
│ └── sbatch_generator.py # script that generates the sbatch files to run the experiments on Magi cluster
└── tools
├── pmc-sog # binary of our model-checker
...
...
scripts/preprocess.sh
deleted
100755 → 0
View file @
64bb2468
#!/bin/bash
for
f
in
`
find
.
-type
f
-name
"*.out"
`
;
do
sed
-i
's/TIME OF CONSTRUCTION OF THE SOG/Verification duration :/'
$f
;
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment