summaryrefslogtreecommitdiff
path: root/Source/Core/CommandLineOptions.cs
Commit message (Expand)AuthorAge
* Boogie: fixed build error (incorrect type in Contract.Result)Gravatar Rustan Leino2011-11-16
* Boogie (and Dafny, with effects also on SscBoogie): I refactored CommandLine...Gravatar Rustan Leino2011-11-15
* added the option /inlineDepth:n. This option defaults to -1. If the user prov...Gravatar qadeer2011-11-13
* Dafny: added a new /inductionHeuristic optionGravatar Rustan Leino2011-11-04
* Dafny: added options to make Induction Heuristic apply to array index express...Gravatar Rustan Leino2011-11-04
* MergeGravatar Rustan Leino2011-10-29
|\
* | Dafny induction:Gravatar Rustan Leino2011-10-29
| * Boogie: Get rid of {:inline} attributes on axiomsGravatar Michal Moskal2011-10-27
| * Boogie: Get rid of {:ignore} feature on axiomsGravatar Michal Moskal2011-10-27
| * Boogie: internal clean-up, removed BvHandling type, everything now behaves as...Gravatar Rustan Leino2011-10-27
| * Boogie: Eliminated the /bv option. Only native bitvectors are supported now. ...Gravatar Rustan Leino2011-10-27
| * Boogie: Changed default /prover to SMTLIBGravatar Rustan Leino2011-10-27
|/
* Added a push+pop+unsat-core interface to SMTLib (for stratified inlining only)Gravatar Unknown2011-10-19
* Dafny: generate a compiler error upon encountering an assume statementGravatar Rustan Leino2011-09-11
* deleted lazyinlining option 2 and 3Gravatar qadeer2011-08-17
* Added "procedure-copy bounding" for lazy inliningGravatar Unknown2011-08-10
* further updates to bit vector analysisGravatar qadeer2011-08-09
* various changes to boogie for bitvector analysis and bctproviderGravatar qadeer2011-08-08
* cleaned up houdini optionsGravatar qadeer2011-08-04
* Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...Gravatar wuestholz2011-07-15
* Boogie: New cli option -z3exe:"path-to-z3.exe" allowing specifying path to th...Gravatar Unknown2011-07-05
* Added the /noCheating option. (treats assume as assert and drops free.)Gravatar Jason Koenig2011-07-01
* Added option to force Dafny compilation, even if verification fails.Gravatar Jason Koenig2011-06-30
* Avoid restarting the theorem prover for stratified inlining because itGravatar Unknown2011-06-25
* implementation of iterative LetVCGravatar qadeer2011-06-23
* Boogie: added features to help with modular verification. In particular, defi...Gravatar Rustan Leino2011-05-13
* boogie.exe: allow to reset the command line options so we can re-use the boog...Gravatar stobies2011-04-01
* Minor fixesGravatar schaef2011-03-27
* Dafny: compile quantifiersGravatar rustanleino2011-03-26
* new algorithm for dead code detection (vc:doomed)Gravatar schaef2011-03-15
* Fix contracts so runtime checking can be turned on.Gravatar mikebarnett2011-03-07
* Fix help for /mvGravatar MichalMoskal2011-02-18
* Provide /p: as the short form of /proverOpt:.Gravatar MichalMoskal2011-02-17
* Stratified inlining: Added concrete values to error traces. Added an extra fl...Gravatar akashlal2011-02-17
* Get rid of -smtOutput option. Add /proverOpt:OUTPUT=... to SMT and TPTP prove...Gravatar MichalMoskal2011-02-11
* implemented /UseUnsatCoreForInlining option for use in stratified inliningGravatar qadeer2011-02-06
* Dafny: removed CEV instrumentationGravatar rustanleino2011-02-03
* Add description of {:selective_checking} to the /attrHelp. Fix the testcase.Gravatar MichalMoskal2011-01-13
* z3api: Bug fix with timeout. Use CheckAssumptions.Gravatar akashlal2010-12-07
* Eliminated dependencies on SpecSharp and CCI from Boogie.sln and Dafny.slnGravatar qadeer2010-12-01
* Make the -mv option use the new Model class.Gravatar MichalMoskal2010-10-12
* Boogie:Gravatar rustanleino2010-09-23
* Some simplifications to coverage reporting for StratifiedInlining.Gravatar akashlal2010-09-19
* Dafny: added a command-line option to change the prelude fileGravatar sboehme2010-08-30
* Added a short description of new flags added to Boogie.Gravatar akashlal2010-08-23
* Boogie: Committing changed source filesGravatar tabarbe2010-08-20
* Boogie: Renaming core sources in preparation for port commitGravatar tabarbe2010-08-20