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.
1b0f2e3ea2f3df5739527ba01f22b3f6e88f640c
Select Git revision
Selected
1b0f2e3ea2f3df5739527ba01f22b3f6e88f640c
Branches
9
develop
default
protected
csp
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
19 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Jun
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
23
21
7
6
5
28
Feb
17
27
Jan
23
20
use our prolog output instead of rodins output for disproved hypotheses and goal
fix index out of bounds if the disprover is called on a sequent without hypotheses
use toStringFullyParenthesized in disprover output of hypotheses and goal
remove outdated comment
convert disprover log output to ascii
disprover: add hypotheses, goal and result to log
if a timeout occurs, no counterexample is found
improved to string method of counter-example (for loggin)
Improved Error Message (PROBPLUGIN-75)
provide disprover as an auto tactic
renamed disprover -> (dis)prover, remove old strings
fix import of counter example
externalize strings in disprover.cover
move file to internal package
made disprover user interruptible
fix build (classpath, etc following parser version bump)
bump parser version
fix null-pointer occurring if Rodin tries to restore serialised disprover reasoner input
store if a model or a context was send to the animator inside an eclipse service called context_loaded. used to deactivate refinement checking, etc. for contexts.
fix assertion check button
get assertion checking counter example transition from prolog and update animator
refactoring of enum, renamed element
add assertion checking to prob plugin. an existing error state is not displayed yet.
renamed some menu entries
restructured checking menu in animation view
improve output of disprover
if no counter-example is found by the disprover, return a reasoner failure instead of modifying the proof tree (to act more like pp does)
refactored counter example
if the proof status of a theorem as guard is exported for prob, we also export the event name as a source
missing exception
remove old code
return a reasoner failure instead of modifying the proof tree if a timeout occurs
remove unused local variable, simplifies constructor
remove old comments
remove obsolete preferences
further refactoring: move fetching hypothesis from rodin directly into the reasoner.
remove old load command, we now load the model directly
remove obsolete exception, can not be thrown anymore
delete obsolete file
remove some more dead code
Loading