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
Commits
6879f352
Commit
6879f352
authored
Apr 18, 2013
by
Sebastian Krings
Browse files
Options
Downloads
Patches
Plain Diff
remove obsolete preferences
parent
1c5707c6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
de.prob.eventb.disprover.core/src/de/prob/eventb/disprover/core/DisproverReasonerInput.java
+0
-24
0 additions, 24 deletions
...de/prob/eventb/disprover/core/DisproverReasonerInput.java
with
0 additions
and
24 deletions
de.prob.eventb.disprover.core/src/de/prob/eventb/disprover/core/DisproverReasonerInput.java
+
0
−
24
View file @
6879f352
package
de.prob.eventb.disprover.core
;
package
de.prob.eventb.disprover.core
;
import
org.eventb.core.ast.Predicate
;
import
org.eventb.core.seqprover.IProofTreeNode
;
import
org.eventb.core.seqprover.IProofTreeNode
;
import
org.eventb.core.seqprover.IProverSequent
;
import
org.eventb.core.seqprover.IReasonerInput
;
import
org.eventb.core.seqprover.IReasonerInput
;
import
org.eventb.core.seqprover.proofBuilder.ReplayHints
;
import
org.eventb.core.seqprover.proofBuilder.ReplayHints
;
...
@@ -18,11 +16,6 @@ public class DisproverReasonerInput implements IReasonerInput {
...
@@ -18,11 +16,6 @@ public class DisproverReasonerInput implements IReasonerInput {
private
final
IProofTreeNode
node
;
private
final
IProofTreeNode
node
;
private
int
maxInt
;
private
int
minInt
;
private
int
setSize
;
private
int
timeout
;
public
DisproverReasonerInput
(
IProofTreeNode
node
)
{
public
DisproverReasonerInput
(
IProofTreeNode
node
)
{
this
.
node
=
node
;
this
.
node
=
node
;
}
}
...
@@ -47,21 +40,4 @@ public class DisproverReasonerInput implements IReasonerInput {
...
@@ -47,21 +40,4 @@ public class DisproverReasonerInput implements IReasonerInput {
public
IProofTreeNode
getProofTreeNode
()
{
public
IProofTreeNode
getProofTreeNode
()
{
return
node
;
return
node
;
}
}
public
int
getMaxInt
()
{
return
maxInt
;
}
public
int
getMinInt
()
{
return
minInt
;
}
public
int
getSetSize
()
{
return
setSize
;
}
public
int
getTimeout
()
{
return
timeout
;
}
}
}
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