boogie-org / corral

solver for the reachability modulo theories problem
MIT License
58 stars 29 forks source link

Switch to .NET Core only and use Boogie NuGet package #131

Closed bkragl closed 4 years ago

bkragl commented 4 years ago

@shazqadeer, please check the changes in source/CoreLib/BoogieVerify.cs and source/CoreLib/StratifiedInlining.cs, which are due to the new augmented trace feature in Boogie. Is it safe to pass null values?

shazqadeer commented 4 years ago

@shazqadeer, please check the changes in source/CoreLib/BoogieVerify.cs and source/CoreLib/StratifiedInlining.cs, which are due to the new augmented trace feature in Boogie. Is it safe to pass null values?

yes.

akashlal commented 4 years ago

Thanks @bkragl