solidity/libsolidity/formal
Leonardo 0d83977d5a
Merge pull request #9648 from ethereum/smt_refactor_predicates
[SMTChecker] Refactor CHC predicates
2020-09-01 20:38:47 +02:00
..
BMC.cpp Merge pull request #9639 from ethereum/smtConditionalSupport 2020-08-21 14:25:47 +02:00
BMC.h [SMTChecker] Supporting conditional operator 2020-08-20 21:39:35 +02:00
CHC.cpp Move post input and post output filtering from CHC to Predicate 2020-09-01 16:10:12 +02:00
CHC.h Move post input and post output filtering from CHC to Predicate 2020-09-01 16:10:12 +02:00
EncodingContext.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
EncodingContext.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ModelChecker.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ModelChecker.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
Predicate.cpp Move post input and post output filtering from CHC to Predicate 2020-09-01 16:10:12 +02:00
Predicate.h Move post input and post output filtering from CHC to Predicate 2020-09-01 16:10:12 +02:00
SMTEncoder.cpp Merge pull request #9648 from ethereum/smt_refactor_predicates 2020-09-01 20:38:47 +02:00
SMTEncoder.h Move stateVariablesIncludingInheritedAndPrivate from CHC to SMTEncoder 2020-09-01 16:09:57 +02:00
SSAVariable.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
SSAVariable.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
SymbolicState.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
SymbolicState.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
SymbolicTypes.cpp [SMTChecker] Support bitwise or, xor and not. 2020-08-26 11:06:56 +02:00
SymbolicTypes.h [SMTChecker] Support bitwise or, xor and not. 2020-08-26 11:06:56 +02:00
SymbolicVariables.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
SymbolicVariables.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
VariableUsage.cpp [SMTChecker] Fix ICE in BMC function inlining 2020-08-05 11:47:25 +02:00
VariableUsage.h [SMTChecker] Fix ICE in BMC function inlining 2020-08-05 11:47:25 +02:00