mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use Spacer option to improve performance of constant arrays
This commit is contained in:
@@ -43,6 +43,8 @@ Z3CHCInterface::Z3CHCInterface():
|
||||
p.set("fp.spacer.mbqi", false);
|
||||
// Ground pobs by using values from a model.
|
||||
p.set("fp.spacer.ground_pobs", false);
|
||||
// Limits array reasoning, good for constant arrays.
|
||||
p.set("fp.spacer.weak_abs", false);
|
||||
m_solver.set(p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user