summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/ConditionGeneration.cs
Commit message (Collapse)AuthorAge
...
* Worked on adding support for "canned errors".Gravatar wuestholz2014-07-06
|
* Did some refactoring, fixed minor issues, and made it apply the more ↵Gravatar wuestholz2014-07-06
| | | | advanced verification result caching even for implementations with errors.
* Implemented an optimization for assignments to assumption variables that are ↵Gravatar wuestholz2014-07-04
| | | | injected by the verification result caching for calls within loops.
* Optimized the way that assertions are marked as partially verified.Gravatar wuestholz2014-06-26
|
* Fixed issue in verification result caching.Gravatar wuestholz2014-06-26
|
* Worked on an extension of the existing verification result caching.Gravatar wuestholz2014-06-23
|
* more changes towards parallelisation of HoudiniGravatar Pantazis Deligiannis2013-09-29
|
* MergeGravatar Pantazis Deligiannis2013-08-20
|\
* | new option for reversing the topological order - this could potentially help ↵Gravatar Pantazis Deligiannis2013-08-19
| | | | | | | | to speedup houdini refutation of candidates
| * Fixed a contract.Gravatar wuestholz2013-08-09
| |
| * Fixed several build errors in the 'Checked' configuration.Gravatar wuestholz2013-08-05
|/
* ExprSeq: farewellGravatar Ally Donaldson2013-07-22
|
* BlockSeq: farewellGravatar Ally Donaldson2013-07-22
|
* StringSeq: farewellGravatar Ally Donaldson2013-07-22
|
* CmdSeq: farewellGravatar Ally Donaldson2013-07-22
|
* Started to remove ...Seq classesGravatar Ally Donaldson2013-07-22
|
* More refactoringGravatar Ally Donaldson2013-07-22
|
* More refactoring towards replacing PureCollections.Sequence with ListGravatar Ally Donaldson2013-07-22
|
* mergeGravatar Pantazis Deligiannis2013-07-22
|\
| * Fixed bugs arising from differences between hashtables and dictionariesGravatar Ally Donaldson2013-07-22
| |
| * Large refactoring of Hashtable to Dictionary.Gravatar Ally Donaldson2013-07-22
| |
| * Refactored variable2sequenceNumber to use DictionaryGravatar Ally Donaldson2013-07-22
| |
* | mergeGravatar Pantazis Deligiannis2013-07-19
|\|
| * Populate a model only once.Gravatar Rustan Leino2013-07-18
| |
* | MergeGravatar Pantazis Deligiannis2013-07-15
|\ \ | |/ |/|
* | Worked on the parallelization.Gravatar wuestholz2013-07-12
| |
* | Worked on the parallelization.Gravatar wuestholz2013-07-11
| |
* | Worked on the parallelization.Gravatar wuestholz2013-07-11
| |
* | Worked on the parallelization.Gravatar wuestholz2013-07-10
| |
| * mergeGravatar Pantazis Deligiannis2013-07-06
| |\ | |/ |/|
* | Worked on the parallelization.Gravatar wuestholz2013-07-01
| |
* | Did some refactoring in the execution engine and worked on the parallelization.Gravatar wuestholz2013-07-01
| |
* | Did some refactoring in the execution engine and worked on the parallelization.Gravatar wuestholz2013-06-25
| |
* | Did some refactoring in the execution engine and worked on the parallelization.Gravatar wuestholz2013-06-21
| |
* | Did some refactoring in the execution engine.Gravatar wuestholz2013-06-14
| |
| * merged more CVC4 and Z3 SMTLIB2 parsing methods ... results into a more ↵Gravatar pantazis2013-06-13
|/ | | | compact parser
* Worked on improving program snapshot verification.Gravatar wuestholz2013-06-07
|
* Changed the prover interface to report traces for time outs and out of memory.Gravatar wuestholz2013-05-30
|
* Adding background model to fixedpoint counterexamples and small code ↵Gravatar Ken McMillan2013-05-29
| | | | contracts fixes
* Changed the 'CounterexampleComparer' to take traces into account.Gravatar wuestholz2013-05-26
|
* Changed the 'CounterexampleComparer' to take error messages of assertions ↵Gravatar wuestholz2013-05-24
| | | | into account.
* Use the new ProverInterface's Evaluate method in stratified inlinigGravatar Unknown2013-01-03
| | | | (guarded by the flag /useProverEvaluate)
* bunch of refactoringsGravatar Unknown2012-10-03
| | | | | | | | | - moved doomed and predication code into separate projects; for doomed there is a static dependency from BoogieDriver but for predication even that dependency has been eliminated - deleted Provers\Simplify and Provers\Z3 - removed Provers\Z3api from the solution - consolidated Core\GraphAlgorithms.cs VCGeneration\GraphAlgorithms.cs into Graph\Graph.cs
* Removed AIFramework from Boogie -- use native trivial or native ↵Gravatar boehmes2012-09-27
| | | | | | | interval-based abstract interpretation instead. Command-line option '/infer' now accepts only arguments 't' and 'j' where the latter is the default now for Boogie. Command-line option '/logInfer' has been dropped.
* Dafny/Boogie/BVD: made Dafny plug-in for BVD work againGravatar Rustan Leino2012-06-08
|
* Removed program argument from VerifyImplementation. It is redundant since ↵Gravatar qadeer2012-05-29
| | | | | | the constructor of ConditionGeneration takes a program reference and stashes it in a field.
* starting the implementation of the new stratified inlining APIGravatar qadeer2012-05-21
|
* z3 process is killed nowGravatar qadeer2012-05-01
|
* clean up in stratified inliningGravatar qadeer2012-04-29
|
* eliminated class ErrorModelGravatar qadeer2012-04-28
|