Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
2bd9354f
Commit
2bd9354f
authored
Jul 19, 2012
by
MARCHE Claude
Browse files
hopefully final commmit before release 0.73
parent
a8a44982
Changes
3
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
2bd9354f
* marks an incompatible change
o [Provers] support for Z3 4.0
o [Sessions] a small change in the format. Why3 is still able to
read session files in the old format.
o completed support for the "Out Of Memory" prover result
...
...
configure.in
View file @
2bd9354f
...
...
@@ -625,15 +625,15 @@ if test "$enable_coq_support" = "yes" ; then
echo " FP arithmetic : $enable_coq_fp_libs $reason_coq_fp_libs"
fi
fi
echo "PVS support : $enable_pvs_support $reason_pvs_support"
if test "$enable_pvs_support" = "yes" ; then
echo " Version : $PVSVERSION"
echo " Lib : $PVSLIB"
echo " Realization support : $enable_pvs_libs $reason_pvs_libs"
if test "$enable_pvs_libs" = "yes" ; then
echo " FP arithmetic : $enable_pvs_fp_libs $reason_pvs_fp_libs"
fi
fi
dnl
echo "PVS support : $enable_pvs_support $reason_pvs_support"
dnl
if test "$enable_pvs_support" = "yes" ; then
dnl
echo " Version : $PVSVERSION"
dnl
echo " Lib : $PVSLIB"
dnl
echo " Realization support : $enable_pvs_libs $reason_pvs_libs"
dnl
if test "$enable_pvs_libs" = "yes" ; then
dnl
echo " FP arithmetic : $enable_pvs_fp_libs $reason_pvs_fp_libs"
dnl
fi
dnl
fi
echo "hypothesis selection : $enable_hypothesis_selection"
echo "debugging symbols : $enable_debug"
echo "profiling : $enable_profiling"
...
...
src/ide/replay.ml
View file @
2bd9354f
...
...
@@ -225,21 +225,7 @@ end
module
M
=
Session_scheduler
.
Make
(
O
)
let
print_result
fmt
{
Call_provers
.
pr_answer
=
ans
;
Call_provers
.
pr_output
=
out
;
Call_provers
.
pr_time
=
t
}
=
fprintf
fmt
"%a (%.1fs)"
Call_provers
.
print_prover_answer
ans
t
;
(*
fprintf fmt "%a" Call_provers.print_prover_answer ans;
*)
match
ans
with
|
Call_provers
.
HighFailure
->
fprintf
fmt
"@
\n
Prover output:@
\n
%s@."
out
|
_
->
()
(*
fprintf fmt "[limit=%s@\nProver output:@\n%s@." out
*)
let
print_result
=
Call_provers
.
print_prover_result
let
main_loop
=
O
.
main_loop
...
...
Write
Preview
Supports
Markdown
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