Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
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
ProB Rodin Plugin
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
csp
Select Git revision
Selected
csp
Branches
8
develop
default
protected
feature/csp
feature/multiview
feature/newcore
feature/theory_plugin
master
protected
rodin2
rodin3
Tags
9
3.0.11
3.0.8
3.0.5
2.4.1
2.3.3
2.3.2
2.3.1
2.3.0_fix1
2.3.0
18 results
Begin with the selected commit
Created with Raphaël 2.2.0
2
Dec
19
Nov
15
11
Oct
9
8
27
Sep
4
26
Aug
14
13
12
11
Jul
1
26
Jun
25
24
21
20
14
7
6
29
May
22
21
17
14
24
Apr
23
19
18
17
16
15
11
9
4
28
Mar
27
26
25
22
19
18
15
14
12
11
8
25
Feb
20
13
12
5
31
Jan
21
18
16
15
14
11
8
7
4
3
2
28
Dec
27
20
19
17
14
13
12
11
10
27
Nov
26
23
22
21
16
13
9
8
7
6
5
31
Oct
26
25
24
23
18
17
16
15
12
11
5
25
Sep
17
13
12
7
6
5
4
3
31
Aug
30
27
24
23
22
21
20
17
14
11
10
8
7
6
3
30
Jul
25
23
18
16
3
30
Jun
29
28
27
22
21
19
11
8
5
2
1
31
May
30
29
18
15
11
7
4
3
2
1
27
Apr
25
24
23
20
19
11
9
6
3
2
29
Mar
to to fix bug causing ProB to crash if there is a special character (french, umlaut, space) in the path to rodin
increase version number after release
fix null pointer upon closing and reopening the event view (PROBPLUGIN-84)
reworked export as disprover testcase
flexible timeout option for disprover
refactoring
only create a context for ProB, storing everything as constants and axioms on them
only stored variables that are not primed in the disprover machine
use isGivenSet method instead of custom solution
replaced deprecated method
specialised load command for disprover
major rework of disprover:
use translation visitor instead of deprecated predicate visitor
enable "check context theorems" button if a context is loaded (was only enabled on machines)
refactoring: some inlining
Fixed output for recursive definitions
add export as "disprover test case" to context menu
shorten counter example output in proof tree
added project name to theory IDs (again)
Added some comments
Fixed handling of imported theories after feedback from Nicolas
Added project name to theory IDs
fixed code formatting
made some code null-safe
removed warning: unused import
Added Deprecated annotations
Refactoring: All direct uses of ExpressionVisitor / PredicateVisitor / AssignmentVisitor are now replaced by calls to TranslationVisitor.translate...()
Replaced IDeployedTheoryRoot by ISCTheoryRoot (a more abstract interface).
added list of imported theories in Prolog output. Does not seem to work yet.
fixed warnings: unused imports
Detection of the usage of theories was not reliable, now searching for root elements with id "ord.eventb.theory.core..."
- Just using theories that are referenced by TheoryPathes
fix error message on unsatisfiable properties, some strings were not atomic
show description of unsat properties
refactoring consistency checking -> model checking
add "stop when all events are covered" option to model checking dialog
bump parser version
renamed "consistency checking" -> "model checking"
renamed Ltl -> LTL
bump develop version number
Loading