1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE why3session PUBLIC "-//Why3//proof session v5//EN"
"https://www.why3.org/why3session.dtd">
<why3session shape_version="6">
<prover id="1" name="CVC4" version="1.6" alternative="counterexamples" timelimit="1" steplimit="0" memlimit="1000"/>
<prover id="2" name="Z3" version="4.8.4" alternative="counterexamples" timelimit="1" steplimit="0" memlimit="1000"/>
<prover id="3" name="Alt-Ergo" version="2.3.0" timelimit="1" steplimit="0" memlimit="1000"/>
<prover id="4" name="CVC4" version="1.6" timelimit="1" steplimit="0" memlimit="1000"/>
<file format="whyml">
<path name=".."/><path name="bvsum.mlw"/>
<theory name="PureBV" proved="true">
<goal name="add_bv" proved="true">
<proof prover="4"><result status="valid" time="0.050000" steps="10721"/></proof>
</goal>
<goal name="g" proved="true">
<proof prover="4"><result status="valid" time="0.080000" steps="27835"/></proof>
</goal>
</theory>
<theory name="Mixed">
<goal name="add_bv" proved="true">
<proof prover="4"><result status="valid" time="0.030000" steps="10721"/></proof>
</goal>
<goal name="add_bv_int">
<proof prover="1"><result status="timeout" time="1.000000" steps="238116"/></proof>
<proof prover="2"><result status="timeout" time="1.000000" steps="11440385"/></proof>
<proof prover="3"><result status="timeout" time="1.000000" steps="1909"/></proof>
</goal>
</theory>
</file>
</why3session>
|