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 31 32 33 34 35 36 37 38 39 40
|
<?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="Alt-Ergo" version="2.3.0" timelimit="1" steplimit="0" memlimit="1000"/>
<prover id="2" name="Alt-Ergo" version="2.4.1" timelimit="30" steplimit="0" memlimit="4000"/>
<file format="micro-C" proved="true">
<path name=".."/><path name="triangular.c"/>
<theory name="Triangular" proved="true">
<goal name="triangular'vc" expl="VC for triangular" proved="true">
<transf name="split_vc" proved="true" >
<goal name="triangular'vc.0" expl="loop invariant init" proved="true">
<proof prover="1"><result status="valid" time="0.000000" steps="2"/></proof>
</goal>
<goal name="triangular'vc.1" expl="loop invariant init" proved="true">
<proof prover="1"><result status="valid" time="0.010000" steps="5"/></proof>
</goal>
<goal name="triangular'vc.2" expl="loop variant decrease" proved="true">
<proof prover="1"><result status="valid" time="0.010000" steps="14"/></proof>
</goal>
<goal name="triangular'vc.3" expl="loop invariant preservation" proved="true">
<proof prover="1"><result status="valid" time="0.010000" steps="14"/></proof>
</goal>
<goal name="triangular'vc.4" expl="loop invariant preservation" proved="true">
<proof prover="2"><result status="valid" time="11.940000" steps="144117"/></proof>
</goal>
<goal name="triangular'vc.5" expl="postcondition" proved="true">
<proof prover="1"><result status="valid" time="0.010000" steps="8"/></proof>
</goal>
</transf>
</goal>
<goal name="triangular2'vc" expl="VC for triangular2" proved="true">
<proof prover="1"><result status="valid" time="0.020000" steps="27"/></proof>
</goal>
<goal name="main'vc" expl="VC for main" proved="true">
<proof prover="1"><result status="valid" time="0.000000" steps="0"/></proof>
</goal>
</theory>
</file>
</why3session>
|