Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB Rodin Plugin
Commits
a85ff678
Commit
a85ff678
authored
Nov 29, 2020
by
Michael Leuschel
Browse files
fix typo
parent
50bf82f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
de.prob.eventb.disprover.core/src/de/prob/eventb/disprover/core/DisproverReasoner.java
View file @
a85ff678
...
...
@@ -197,7 +197,7 @@ public class DisproverReasoner implements IReasoner {
&&
counterExample
.
onlySelectedHypotheses
())
{
System
.
out
.
println
(
sequent
.
toString
()
+
": Counter-Example for selected hypotheses found."
);
Sysem
t
.
out
.
println
(
counterExample
.
toString
());
Sys
t
em
.
out
.
println
(
counterExample
.
toString
());
return
ProverFactory
.
reasonerFailure
(
this
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment