mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Revert "Use Spacer option to improve performance of constant arrays"
This reverts commit 92059fa848.
This commit is contained in:
@@ -43,8 +43,6 @@ 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