Actions
Task #8194
closedSeparately solve independent sub-expressions of common AND expression
Start date:
05/09/2017
Due date:
% Done:
100%
Estimated time:
Detected in build:
master
Published in build:
1.0.1-beta-170912
Description
When an AND expression should be solved, firstl of all, it should be splitted into data-independent sub-expressions.
Every sub-expression should be solved separately.
Such an optimization will help to store common sub-expressions in different constraints.
Actions