Skip to content

Commit

Permalink
fixed time limits in proof sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
jspdium committed Apr 17, 2024
1 parent 62c97c6 commit e4b0ad9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<prover id="1" name="CVC4" version="1.8" timelimit="1" steplimit="0" memlimit="1000"/>
<prover id="2" name="Alt-Ergo" version="2.4.2" timelimit="1" steplimit="0" memlimit="1000"/>
<prover id="3" name="Eprover" version="2.6" timelimit="1" steplimit="0" memlimit="1000"/>
<prover id="4" name="Alt-Ergo" version="2.5.3" timelimit="1" steplimit="0" memlimit="1000"/>
<file format="whyml" proved="true">
<path name=".."/><path name="BakeryAtomic.mlw"/>
<theory name="BakeryAtomic" proved="true">
Expand Down Expand Up @@ -44,7 +43,6 @@
<transf name="split_vc" proved="true" >
<goal name="a2&#39;vc.0.3.0" expl="postcondition" proved="true">
<proof prover="1" timelimit="2000" memlimit="5000"><result status="valid" time="0.041926" steps="18798"/></proof>
<proof prover="2" timelimit="2000" memlimit="5000"><undone/></proof>
</goal>
<goal name="a2&#39;vc.0.3.1" expl="postcondition" proved="true">
<proof prover="2"><result status="valid" time="0.051642" steps="737"/></proof>
Expand Down Expand Up @@ -72,7 +70,7 @@
<proof prover="1"><result status="valid" time="0.156518" steps="59020"/></proof>
</goal>
<goal name="a2&#39;vc.0.5.3" expl="postcondition" proved="true">
<proof prover="4"><result status="valid" time="0.751849" steps="11805"/></proof>
<proof prover="2" timelimit="2000" memlimit="5000"><result status="valid" time="5.765631" steps="129190"/></proof>
</goal>
</transf>
</goal>
Expand Down

0 comments on commit e4b0ad9

Please sign in to comment.