solidity/libsolidity/formal
chriseth 2384947521
Merge pull request #5209 from ethereum/smt_ssa_refactor
[SMTChecker] Refactor SSAVariable such that it only uses Type and not Declaration
2018-10-15 16:49:47 +02:00
..
CVC4Interface.cpp Remove repeated declarations in Z3 and CVC4 as well 2018-08-01 11:12:56 +02:00
CVC4Interface.h Add workarounds for building against CVC4 on ArchLinux. 2018-08-08 19:02:59 +02:00
SMTChecker.cpp Merge pull request #5209 from ethereum/smt_ssa_refactor 2018-10-15 16:49:47 +02:00
SMTChecker.h [SMTChecker] Inline calls to internal functions 2018-10-15 15:11:21 +02:00
SMTLib2Interface.cpp [SMTLib2] Fix repeated declarations 2018-07-27 17:34:44 +01:00
SMTLib2Interface.h [SMTLib2] Fix repeated declarations 2018-07-27 17:34:44 +01:00
SMTPortfolio.cpp Import dev::solidity namespace in SMTPortfolio 2018-07-27 23:17:17 +01:00
SMTPortfolio.h [SMTChecker] SMTPortfolio: use all SMT solvers available 2018-07-27 16:15:34 +01:00
SolverInterface.h [SMTChecker] Add CheckResult::CONFLICTING 2018-07-27 16:16:26 +01:00
SSAVariable.cpp Refactor SSAVariable such that it only uses Type and not Declaration 2018-10-15 14:20:54 +02:00
SSAVariable.h Refactor SSAVariable such that it only uses Type and not Declaration 2018-10-15 14:20:54 +02:00
SymbolicBoolVariable.cpp Refactor SSAVariable such that it only uses Type and not Declaration 2018-10-15 14:20:54 +02:00
SymbolicBoolVariable.h Refactor SSAVariable such that it only uses Type and not Declaration 2018-10-15 14:20:54 +02:00
SymbolicIntVariable.cpp Refactor SSAVariable such that it only uses Type and not Declaration 2018-10-15 14:20:54 +02:00
SymbolicIntVariable.h Refactor SSAVariable such that it only uses Type and not Declaration 2018-10-15 14:20:54 +02:00
SymbolicVariable.cpp Refactor SSAVariable such that it only uses Type and not Declaration 2018-10-15 14:20:54 +02:00
SymbolicVariable.h Refactor SSAVariable such that it only uses Type and not Declaration 2018-10-15 14:20:54 +02:00
VariableUsage.cpp Refactoring Declaration -> VariableDeclaration (more precise) 2018-06-12 10:58:50 +02:00
VariableUsage.h Refactoring Declaration -> VariableDeclaration (more precise) 2018-06-12 10:58:50 +02:00
Z3Interface.cpp Removing extra default cases to force compile time error, instead of runtime. 2018-09-30 12:40:38 +05:30
Z3Interface.h [SMTChecker] SMTPortfolio: use all SMT solvers available 2018-07-27 16:15:34 +01:00