aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/formal/SMTChecker.h
Commit message (Collapse)AuthorAgeFilesLines
* Integer min and max values placed under SymbolicIntVar instead of SMTCheckerLeonardo Alt2018-03-011-3/+0
|
* [SMTChecker] A little refactoring on SSA varsLeonardo Alt2018-03-011-8/+4
|
* [SMTChecker] Variables are merged after branches (ite variables)Leonardo Alt2018-01-051-6/+12
|
* [SMTChecker] Fix typo in the code (satisifable->satisfiable)Leonardo Alt2017-12-191-2/+2
|
* [SMTChecker] Helper functions to add an expression to the solver conjoined ↵Leonardo Alt2017-12-141-0/+4
| | | | with or implied by the current path conditions
* [SMTChecker] Keep track of current path conditionsLeonardo Alt2017-12-141-0/+9
|
* Fix signed division.chriseth2017-11-301-0/+4
|
* Unary operators and division.chriseth2017-11-301-3/+11
|
* Fix problem with non-value-typed variables.chriseth2017-11-221-1/+3
|
* For loop.chriseth2017-11-221-0/+1
|
* Check for conditions being constant.chriseth2017-11-221-0/+13
|
* Track usage of variables.chriseth2017-11-221-8/+17
|
* Handle branches.chriseth2017-11-221-0/+10
|
* Rename variables in SMT checker.chriseth2017-10-181-2/+2
|
* Review changes.chriseth2017-08-231-6/+6
|
* Partial support for if statements.chriseth2017-08-231-0/+16
|
* Rename read file callback.chriseth2017-08-231-1/+1
|
* Insert abstraction layer.chriseth2017-08-231-2/+2
|
* Cleanup.chriseth2017-08-231-6/+59
|
* z3 conditionschriseth2017-08-231-0/+45