Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
b2program
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
b2program
Commits
007918e8
Commit
007918e8
authored
1 year ago
by
Michael Leuschel
Browse files
Options
Downloads
Patches
Plain Diff
small change to Makefile for experiments
Signed-off-by:
Michael Leuschel
<
leuschel@uni-duesseldorf.de
>
parent
f76c93e8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
experiments/Makefile
+4
-4
4 additions, 4 deletions
experiments/Makefile
with
4 additions
and
4 deletions
experiments/Makefile
+
4
−
4
View file @
007918e8
...
...
@@ -15,7 +15,7 @@ BFILE=$(FILE).mch
JAVAFILE
=
$(
FILE
)
.java
probmc
:
$(BFILE)
time
probcli
$(
BFILE
)
--model-check
-disable-timeout
time
probcli
$(
BFILE
)
--model-check
-disable-timeout
-p
MAX_OPERATIONS 100
-p
MAX_INITIALISATIONS 100
opreuse
:
$(BFILE)
time
probcli
$(
BFILE
)
--model-check
-disable-timeout
-df
-p
COMPRESSION TRUE
-p
OPERATION_REUSE full
-p
SAFETY_MODEL_CHECK TRUE
-nodead
-nogoal
tlc
:
$(BFILE)
...
...
@@ -24,11 +24,11 @@ tlc: $(BFILE)
BIGINT
=
false
# for big integer:
ifeq
($(BIGINT),true)
btypes.jar
:
btypes.jar
:
Makefile
cd
../btypes_big_integer
&&
./gradlew fatJar
&&
cp
build/libs/btypes_big_integer-all.jar ../experiments/btypes.jar
&&
cd
../experiments
else
# for primitive integer (BIGINT=false):
btypes.jar
:
btypes.jar
:
Makefile
cd
../btypes_primitives
&&
./gradlew fatJar
&&
cp
build/libs/btypes_primitives-all.jar ../experiments/btypes.jar
&&
cd
../experiments
endif
...
...
@@ -41,7 +41,7 @@ $(JAR): ../build/libs/$(JAR)
cp
../build/libs/
$(
JAR
)
.
$(JAVAFILE)
:
$(JAR) $(BFILE) Makefile
@
echo
"Generating Java Model Checker file
$(
JAVAFILE
)
from B file
$(
BFILE
)
"
@
echo
"Generating Java Model Checker file
$(
JAVAFILE
)
from B file
$(
BFILE
)
, BIGINT=
$(
BIGINT
)
"
#java -jar
$(
JAR
)
java
$(
BIGINT
)
-2147483648
2147483647 10
false true
$(
BFILE
)
java
-jar
$(
JAR
)
-l
java
-bi
$(
BIGINT
)
-min
-2147483648
--max
2147483647
-dss
10
-cs
false
-mc
true
-f
$(
BFILE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment