summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Initial round of testing works with new syntax. Fixed an error where floatin...Gravatar Checkmate502016-05-31
* modified floating point syntax and modified floating point constants to use b...Gravatar Checkmate502016-03-17
* Modified BigFloat and parser to accept correct SMT-LIB syntaxGravatar Checkmate502016-02-20
* Added several test cases and some basic documentation for fp usageGravatar Checkmate502016-01-04
* Special fp types (such as infinity and NaN are now translated by boogieGravatar Checkmate502015-11-29
* Floating point constants given as integers are now translated correctlyGravatar Checkmate502015-10-14
* Modified translation so that z3 runs with type checking for simple binary ope...Gravatar Checkmate502015-10-14
* Modified BigFloat to avoid evaluating the floating point value before sending...Gravatar Checkmate502015-09-23
* Added initial support for float additionGravatar Checkmate502015-09-17
* Float type now works correctly for simple variable declaration and comparison.Gravatar Dietrich2015-07-20
* Modified internal abstract float representation to allow user-defined mantiss...Gravatar Dietrich2015-07-13
* added some float addition testsGravatar Dietrich2015-05-22
* added interpretation of floating point constants to the parserGravatar Dietrich2015-05-18
* Made significant changes to internal representation of BigFloat. Remains a w...Gravatar Dietrich2015-05-07
* added decimal reading functionality to the float typeGravatar Dietrich2015-05-05
* added general floating point mantissa and exponent managementGravatar Dietrich2015-05-04
* integrated the named float type to act as a real in boogieGravatar Dietrich2015-05-04
* modified the third float_test slightlyGravatar Dietrich2015-04-27
* Began adding the float type to VC expressionGravatar Dietrich2015-04-27
* Added float operations to AbsyExpr. Note that float operations work as real ...Gravatar Dietrich2015-04-27
* Finished up Parser modificationsGravatar Dietrich2015-04-27
* removed the last console writes (used for testing)Gravatar Dietrich2015-04-26
* Successfully parsed the float typeGravatar Dietrich2015-04-26
* added float type to the set array in ParserGravatar Dietrich2015-04-26
* removed comments from Scanner.cs, changed the value of the float token kind t...Gravatar Dietrich2015-04-26
* added float type to Arithmetic Expression and added a new float testGravatar Dietrich2015-04-26
* renamed fp32 to BigFloatGravatar Dietrich2015-04-20
* added minor commenting to Parser.csGravatar Dietrich2015-04-20
* added a collection of console writes for debugging. These should be removed ...Gravatar Dietrich2015-04-20
* added a file for float type testingGravatar Dietrich2015-04-20
* Added float type to the Parser and ScannerGravatar Dietrich2015-04-20
* added float tipe to AbsyExpr and IntervalDomain. The methods added may requi...Gravatar Dietrich2015-04-20
* added float type definition to AbsyType and parser (parser definition may be ...Gravatar Dietrich2015-04-17
* adding references to the floating point type wherever references to the real ...Gravatar Dietrich2015-04-17
* Added the fp32 class, copied from the previously existing BigDec class. No s...Gravatar Dietrich2015-04-17
* Note that CVC4 support is experimental.Gravatar Dan Liew2015-04-05
* Fix typo in README.md spotted by Jeroen Ketema.Gravatar Dan Liew2015-04-05
* Patch by Jeroen Ketema.Gravatar Dan Liew2015-04-05
* Disable test is ``Test/Secure``. They aren't set up properly.Gravatar Dan Liew2015-04-05
* Some test cases for SecureVCGen (disabled for lit currently)Gravatar akashlal2015-04-05
* VC gen for security propertiesGravatar akashlal2015-04-05
* Fix ``Test/test15/CaptureState.bpl`` test under Linux.Gravatar Dan Liew2015-04-03
* Fix ``livevars/daytona_bug2_ioctl_example_2.bpl`` test under Linux.Gravatar Dan Liew2015-04-03
* Add TravisCI build status icon to README.mdGravatar Dan Liew2015-04-03
* Clean up .gitignore fileGravatar Dan Liew2015-04-03
* Remove some old mercurial files.Gravatar Dan Liew2015-04-03
* Add .travis.yml file for TravisCI builds.Gravatar Dan Liew2015-04-03
* Add initial README.mdGravatar Dan Liew2015-04-03
* Add LICENSE file.Gravatar Dan Liew2015-04-01
* updated the example to include atomic specifications (sent by Suha)Gravatar qadeer2015-03-29