mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
This z3 option is necessary for good solving performance
This commit is contained in:
parent
7e2f3d3e07
commit
5d74b862a3
@ -28,6 +28,7 @@ using namespace dev::solidity::smt;
|
||||
Z3Interface::Z3Interface():
|
||||
m_solver(m_context)
|
||||
{
|
||||
z3::set_param("rewriter.pull_cheap_ite", true);
|
||||
}
|
||||
|
||||
void Z3Interface::reset()
|
||||
|
Loading…
Reference in New Issue
Block a user