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
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.
feature/newcore
Select Git revision
Branches
9
csp
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
22
Mar
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
23
21
7
6
5
28
Feb
17
27
Jan
23
20
18
17
14
Dec
13
12
5
30
Nov
29
26
25
24
skip some test cases
fix exporter version in test cases
bump exporter_version
try to fix translation test cases
try to fix class path after parser version bump
export constants as abstract constants if symbolic attribute is set
bump required parser version
add plugin description
add symbolic pragma feature for updatesite
Merge branch 'feature/symbolic_pragma' into develop
change "concrete" to "not symbolic"
do not set the symbolic static checker on machines, only on constants = only in contexts
change attribute type of symbolic attribute from string to boolean in the translator
removed content from symbolic pragma as it has no parameters
add the symbolic pragma to the translator
add symbolic plugin to gradle
new plugin providing a symbolic annotation to constants. currently not translated to prob (working on it)
Load Context/Machine before disproving (required for sets)
fixed prove tree manipulation
remove debugging output
remove obsolete files (old disprover tactics)
remove disprover drop down menu, move button to toolbar
added result case for actual proof
add refinement checking button to animation / model checking ui
Merge branch 'feature/cbc_refinement' of github.com:bendisposto/prob into feature/cbc_refinement
working on cbc refinement checks, reworking command send to prob
adding cbc based refinement checks to the rodin ui, still missing work on the prolog side + some missing details
instead of throwing a rodindbexception when a unit or inferred unit pragma's content is requested but not set, return a default value (currently empty pragma).
Merge branch 'develop' of github.com:bendisposto/prob into feature/cbc_refinement
working on cbc refinement checks, reworking command send to prob
implemented cbc disprover
missing metadata
imported disprover code
Added JDK to target paltform (allows to run tests)
added theory update site to target platform
Merge remote-tracking branch 'origin/develop' into develop
No CSP for you!
adding cbc based refinement checks to the rodin ui, still missing work on the prolog side + some missing details
bugfix PROBPLUGIN-63: Bugfix in code to check that old and new implementation behave the same. visitor.getPredicate() was called for expresssions, too. This currently effected only models with variants.
bugfix in new implementation of translation visitor
Loading