diff options
author | Leonardo Alt <leonardoaltt@gmail.com> | 2018-02-17 16:34:38 +0800 |
---|---|---|
committer | Leonardo Alt <leonardoaltt@gmail.com> | 2018-03-01 01:05:20 +0800 |
commit | 3b2851ee4163bcfbca9e4e23650dfeee1a06653a (patch) | |
tree | b63e69be2bd74b2809d8933aa01c15d7f4a321c8 /libsolidity/formal/SMTChecker.h | |
parent | f41591b3ddfd3e5c065271058dadb3c6b7f31bbb (diff) | |
download | dexon-solidity-3b2851ee4163bcfbca9e4e23650dfeee1a06653a.tar.gz dexon-solidity-3b2851ee4163bcfbca9e4e23650dfeee1a06653a.tar.zst dexon-solidity-3b2851ee4163bcfbca9e4e23650dfeee1a06653a.zip |
Integer min and max values placed under SymbolicIntVar instead of SMTChecker
Diffstat (limited to 'libsolidity/formal/SMTChecker.h')
-rw-r--r-- | libsolidity/formal/SMTChecker.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libsolidity/formal/SMTChecker.h b/libsolidity/formal/SMTChecker.h index 7481e1c8..7e7996cf 100644 --- a/libsolidity/formal/SMTChecker.h +++ b/libsolidity/formal/SMTChecker.h @@ -140,9 +140,6 @@ private: /// Resets the variable to an unknown value (in its range). void setUnknownValue(Declaration const& decl); - static smt::Expression minValue(IntegerType const& _t); - static smt::Expression maxValue(IntegerType const& _t); - /// Returns the expression corresponding to the AST node. Throws if the expression does not exist. smt::Expression expr(Expression const& _e); /// Creates the expression (value can be arbitrary) |