| Commit message (Expand) | Author | Age |
* | Report a bug in Z3 instead of evil input "?" | kyessenov | 2010-08-23 |
* | further fixes to Z3api project trying to make it work; still a long way off. | qadeer | 2010-08-23 |
* | Boogie: Committing changed references | tabarbe | 2010-08-20 |
* | Boogie: Removed a completed task comment, added a forgotten Contract.EnsuresO... | tabarbe | 2010-08-19 |
* | Fix stack overflow introduced in my previous checkin. Make /typeEncoding:m us... | MichalMoskal | 2010-08-18 |
* | Make /typeEncoding:m work with arrays | MichalMoskal | 2010-08-18 |
* | Boogie: Committing changed references | tabarbe | 2010-08-13 |
* | Remove -z3DebugTraces and -z3Mam options (no longer working). Rename the -z3b... | MichalMoskal | 2010-08-06 |
* | Fixup line-endings. | MichalMoskal | 2010-08-06 |
* | Boogie: added /z3bv option that overrides the current setting of Z3 options f... | stobies | 2010-08-06 |
* | Remove support for Z3 V1 and clean up parameter processing code for Z3 | stobies | 2010-08-06 |
* | Boogie: cleanup option handling code for Z3 | stobies | 2010-08-05 |
* | Boogie: Removed trailing spaces in code | tabarbe | 2010-08-04 |
* | Boogie: The deletion of those files did not hold, lemme try again. | tabarbe | 2010-07-30 |
* | Boogie: Removed cce.cs's from the provers, because they all reference project... | tabarbe | 2010-07-30 |
* | Made consistent the way all of the C# projects sign themselves and include th... | mikebarnett | 2010-07-30 |
* | Boogie: VCGeneration port part 3/3: Updating sources to reference new project... | tabarbe | 2010-07-28 |
* | Fixed reference to VCGeneration project. Mistakenly checked in project files ... | mikebarnett | 2010-07-28 |
* | Boogie Provers: Changed the references from binary to project references. | tabarbe | 2010-07-27 |
* | Boogie: This file is no longer necessary, with how the csproj file is structu... | tabarbe | 2010-07-22 |
* | Boogie: Repaired a reentrancy error in Z3/Simplify. | tabarbe | 2010-07-22 |
* | Boogie: Looks like the default namespace should be Microsoft.Boogie.Z3, rathe... | tabarbe | 2010-07-22 |
* | Boogie: Changed the assembly name for the Z3 project to Provers.Z3.dll, so th... | tabarbe | 2010-07-22 |
* | Boogie: Fixing incorrect referencing of Microsoft.Contracts (the Code Contrac... | tabarbe | 2010-07-21 |
* | Boogie: Forgot this file when I checked in the port of Z3. (cce = Code Contr... | tabarbe | 2010-07-21 |
* | Boogie: Committing ported version of Z3. | tabarbe | 2010-07-20 |
* | Boogie: Typo with the renaming. Fixed | tabarbe | 2010-07-20 |
* | Boogie: Let's try that rename again, shall we? | tabarbe | 2010-07-20 |
* | Boogie: Rename didn't work. Resetting to try again | tabarbe | 2010-07-20 |
* | Boogie/Z3: Renaming the sources for Z3 in preparation for commit of my port o... | tabarbe | 2010-07-20 |
* | Boogie: Changed how the references in AbsInt are referenced, and fixed a typo... | tabarbe | 2010-07-19 |
* | Boogie: Added stratified inlining. It is enabled using the flag /stratifiedIn... | akashlal | 2010-07-07 |
* | Boogie: | rustanleino | 2010-06-22 |
* | Added another option for lazy inlining based on macro expansion. This option... | qadeer | 2010-05-03 |
* | 1. Fixed lazy inlining implementation so that inlined procedures use live var... | qadeer | 2010-04-30 |
* | 1. Fixed an off-by-one error in parsing array partitions in Z3 models | qadeer | 2010-04-19 |
* | Fixed a bug. Call RegisterType before the collection of Select and Store fun... | qadeer | 2010-04-19 |
* | First cut of lazy inlining. The option can be turned on by the flag /lazyInl... | qadeer | 2010-04-17 |
* | 1. Removed a quadratic loop in SimplifyLikeLineariser.ssc in favor of a linea... | qadeer | 2010-02-16 |
* | Fixed bug in DEFTYPE declarations for maps. Made sure that argument and resu... | qadeer | 2010-01-28 |
* | Implemented the command line switch /useArrayTheory. This switch should be u... | qadeer | 2010-01-21 |
* | Revert the matching depth limit change from previous checkin: would break VCC. | MichalMoskal | 2009-12-10 |
* | Z3 parameters to help it bail out of fruitless searches faster | mkawa | 2009-12-05 |
* | Changed how Boogie looks for Z3: first look in the directory where Boogie is... | rustanleino | 2009-10-14 |
* | In the TypeDeclCollector, call RegisterType for the bound variables in a quan... | stobies | 2009-10-12 |
* | Added /z3lets switch, which governs which kinds of LET expressions are sent t... | rustanleino | 2009-10-04 |
* | Handle new Z3 'Memout' message. | stobies | 2009-09-30 |
* | Fixed some bugs in the generation of bitvector input for Z3. | rustanleino | 2009-09-29 |
* | Added /z3multipleErrors flag for generation of multiple counterexamples per a... | mkawa | 2009-09-23 |
* | Use callback mechanism to report prover warnings; do not just write them to s... | stobies | 2009-09-07 |