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
1628b802
Commit
1628b802
authored
Feb 19, 2016
by
David Hauzar
Browse files
Ask for reason why a smt prover response unknown only for counterexamples.
parent
e28f4cda
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/printer/smtv2.ml
View file @
1628b802
...
...
@@ -582,8 +582,10 @@ let print_prop_decl vc_loc cntexample args info fmt k pr f = match k with
let
model_list
=
S
.
elements
info
.
info_model
in
fprintf
fmt
"@[(check-sat)@]@
\n
"
;
print_info_model
cntexample
fmt
model_list
info
;
(* (get-info :reason-unknown) *)
fprintf
fmt
"@[(get-info :reason-unknown)@]@
\n
"
;
if
cntexample
then
begin
(* (get-info :reason-unknown) *)
fprintf
fmt
"@[(get-info :reason-unknown)@]@
\n
"
;
end
;
args
.
printer_mapping
<-
{
lsymbol_m
=
args
.
printer_mapping
.
lsymbol_m
;
vc_term_loc
=
vc_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