File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3434 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
3535 <PackageReference Include =" System.Runtime.Numerics" Version =" 4.3.0" />
3636 <PackageReference Include =" System.Collections.Immutable" Version =" 1.7.1" />
37- <PackageReference Include =" Boogie.ExecutionEngine" Version =" 3.1.2 " />
37+ <PackageReference Include =" Boogie.ExecutionEngine" Version =" 3.1.3 " />
3838 <PackageReference Include =" Tomlyn" Version =" 0.16.2" />
3939 </ItemGroup >
4040
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ index 4a8b2f89b..a308be9bf 100644
6161 <PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
6262 <PackageReference Include="System.Runtime.Numerics" Version="4.3.0" />
6363 <PackageReference Include="System.Collections.Immutable" Version="1.7.1" />
64- - <PackageReference Include="Boogie.ExecutionEngine" Version="3.1.2 " />
64+ - <PackageReference Include="Boogie.ExecutionEngine" Version="3.1.3 " />
6565+ <ProjectReference Include="..\..\boogie\Source\ExecutionEngine\ExecutionEngine.csproj" />
6666+ <ProjectReference Include="..\..\boogie\Source\BaseTypes\BaseTypes.csproj" />
6767+ <ProjectReference Include="..\..\boogie\Source\Core\Core.csproj" />
Original file line number Diff line number Diff line change @@ -646,6 +646,11 @@ Usage: dafny [ option ... ] [ filename ... ]
646646 report. This generalizes and replaces the previous
647647 (undocumented) `/printNecessaryAssertions` option.
648648
649+ /keepQuantifier
650+ If pool-based quantifier instantiation creates instances of a quantifier
651+ then keep the quantifier along with the instances. By default, the quantifier
652+ is dropped if any instances are created.
653+
649654 ---- Verification-condition splitting --------------------------------------
650655
651656 /vcsMaxCost:<f>
Original file line number Diff line number Diff line change 99 ]
1010 },
1111 "boogie" : {
12- "version" : " 3.1.2 " ,
12+ "version" : " 3.1.3 " ,
1313 "commands" : [
1414 " boogie"
1515 ]
You can’t perform that action at this time.
0 commit comments