Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
go2pins
Commits
28a45780
Commit
28a45780
authored
Apr 02, 2021
by
Hugo Moreau
Browse files
Benchs: Makefile corrected for reach files
parent
282677c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
benchs/Makefile
View file @
28a45780
GO2PINS
=
../go2pins
NBTHREADS
?=
1
REACHTHREADS
?=
1
OUTPUT
=
benchs-
${NBTHREADS}
.csv
OUTPUT_BB
=
benchs-bb-
${NBTHREADS}
.csv
OUTPUT_REACH
=
benchs-reach-
${
NB
THREADS}
.csv
OUTPUT_REACH
=
benchs-reach-
${
REACH
THREADS}
.csv
OUTPUT_LTL
=
benchs-ltl-
${NBTHREADS}
.csv
LTLFILES
=
RERS/2016-Problem1-ltl.go RERS/2016-Problem2-ltl.go RERS/2016-Problem4-ltl.go RERS/2016-Problem5-ltl.go RERS/2016-Problem7-ltl.go RERS/2017-Problem1-ltl.go RERS/2017-Problem2-ltl.go RERS/2017-Problem4-ltl.go RERS/2017-Problem5-ltl.go RERS/2017-Problem7-ltl.go RERS/2018-Problem1-ltl.go RERS/2018-Problem2-ltl.go RERS/2018-Problem4-ltl.go RERS/2018-Problem5-ltl.go RERS/2018-Problem7-ltl.go RERS/2019-Problem1-ltl.go RERS/2019-Problem2-ltl.go RERS/2019-Problem4-ltl.go RERS/2019-Problem5-ltl.go RERS/2019-Problem7-ltl.go RERS/2020-Problem1-ltl.go RERS/2020-Problem2-ltl.go RERS/2020-Problem4-ltl.go RERS/2020-Problem5-ltl.go RERS/2020-Problem7-ltl.go
...
...
@@ -43,11 +44,13 @@ ${LTLOUTPUT}: %-ltl/${OUTPUT_LTL}: RERS/%-ltl.go.formulae.txt RERS/%-ltl.go %-lt
${OUTPUT_REACH}
:
${REACHOUTPUT}
@
echo
"model,isempty,spottime,ltsmintime,formulae"
>
$@
@
tail
-q
-n
+2
$<
>>
$@
@
if
[
!
-f
$<
]
;
then
\
tail
-q
-n
+2
$<
>>
$@
;
\
fi
${REACHOUTPUT}
:
%-reach/${OUTPUT_REACH}: RERS/%-reach.go %-reach/output/go2pins-mc
@
echo
Processing
$<
.formulae.txt
if
it exists
@
./run-reach.sh
$@
$^
${
NB
THREADS}
@
./run-reach.sh
$@
$^
${
REACH
THREADS}
@
echo
End of processing
$<
%-reach/output/go2pins-mc
:
%-reach
...
...
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