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
aa973831
Commit
aa973831
authored
May 2, 2022
by
Cookiebowser
Browse files
Options
Downloads
Patches
Plain Diff
small cleanups
parent
4b15a381
Branches
Branches containing commit
No related tags found
1 merge request
!28
Rust support
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
benchmarks/model_checking/ProB/QueensWithEvents_8.mch
+1
-1
1 addition, 1 deletion
benchmarks/model_checking/ProB/QueensWithEvents_8.mch
benchmarks/model_checking/Rust/Makefile
+1
-1
1 addition, 1 deletion
benchmarks/model_checking/Rust/Makefile
with
4 additions
and
2 deletions
.gitignore
+
2
−
0
View file @
aa973831
...
...
@@ -170,3 +170,5 @@ benchmarks/execution/ProB/stdlib
btypes_primitives/**/*.js
benchmarks/model_checking/ProB/lib
benchmarks/model_checking/ProB/stdlib
btypes_primitives/src/main/rust/bmachine/src/**
btypes_big_integer/src/main/rust/bmachine/src/**
This diff is collapsed.
Click to expand it.
benchmarks/model_checking/ProB/QueensWithEvents_8.mch
+
1
−
1
View file @
aa973831
MACHINE QueensWithEvents
MACHINE QueensWithEvents
_8
// rewritten for B2Program by inlining DEFINITIONS
// v2: rewrote perm(1..n) for B2Program
CONSTANTS n, interval, allFields
...
...
This diff is collapsed.
Click to expand it.
benchmarks/model_checking/Rust/Makefile
+
1
−
1
View file @
aa973831
...
...
@@ -2,7 +2,7 @@
.PHONY
:
all clean
all
:
CAN_BUS_tlc Cruise_finite1_deterministic_MC LandingGear_R6 Lift_MC_Large sort_m2_data1000_MC QueensWithEvents_4 Train1_Lukas_POR_v3 Train_1_beebook_deterministic_MC_POR_v2 nota_v2 QueensWithEvents_8
all
:
CAN_BUS_tlc Cruise_finite1_deterministic_MC LandingGear_R6 Lift_MC_Large sort_m2_data1000_MC QueensWithEvents_4 Train1_Lukas_POR_v3 Train_1_beebook_deterministic_MC_POR_v2 nota_v2
#
QueensWithEvents_8
OUTPUT
?=
runtimes.txt
...
...
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