Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
d25dbe07
Commit
d25dbe07
authored
Feb 09, 2018
by
Sylvain Dailler
Browse files
Change message when no counterexamples were generated.
parent
916af21b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/session/itp_server.ml
View file @
d25dbe07
...
...
@@ -922,7 +922,10 @@ end
Pp
.
string_of
(
Model_parser
.
print_model_human
?
me_name_trans
:
None
)
res
.
Call_provers
.
pr_model
in
result
^
"
\n\n
"
^
"Counterexample suggested by the prover:
\n\n
"
^
ce_result
if
ce_result
=
""
then
result
^
"
\n\n
"
^
"The prover did not return counterexamples."
else
result
^
"
\n\n
"
^
"Counterexample suggested by the prover:
\n\n
"
^
ce_result
|
None
->
"Result of the prover not available.
\n
"
in
P
.
notify
(
Task
(
nid
,
prover_text
^
prover_ce
,
list_loc
))
...
...
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