aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/formal/Z3Interface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Unary operators and division.chriseth2017-11-301-1/+4
|
* Fix boolean constants.chriseth2017-11-221-2/+7
|
* Check for conditions being constant.chriseth2017-11-221-1/+1
|
* Remove unused variable in Z3Alex Beregszaszi2017-10-191-1/+1
|
* Catch exception in Z3.chriseth2017-10-181-18/+27
| | | | | Note: This exception might not be the result of resource limitation, it might also hint towards usage error.
* Remove duplicate >= in Z3Alex Beregszaszi2017-10-181-2/+1
|
* Merge pull request #3022 from ethereum/assertAlex Beregszaszi2017-10-041-1/+1
|\ | | | | Use solAssert and not assert
| * Use solAssert and not assertAlex Beregszaszi2017-10-041-1/+1
| |
* | Remove leftover couts.chriseth2017-09-291-7/+0
|/
* Review changes.chriseth2017-08-231-3/+3
|
* Partial support for if statements.chriseth2017-08-231-1/+11
|
* Introduce native Z3 support.chriseth2017-08-231-0/+179