You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core logic for quantify sweeps can be reused for variable reordering. Hence...
Rename prod2 into prod2_binary
Move the logic for sweeps in quantification (with random access and with priority queues) into its own separate header, prod2_unary. This does not include anything particular to quantification, partial quantification, pruning, or repeated transposition.
Reuse as much as is possible for the version in quantification.
As long as the quantification algorithm has to support (repeated) partial quantification, I think this generalization will result in an insurmountable mess. Better is to only try and extract as much as is possible. That is, we will probably have to still have the sweep logics for quantification.
The core logic for quantify sweeps can be reused for variable reordering. Hence...
prod2
intoprod2_binary
prod2_unary
. This does not include anything particular to quantification, partial quantification, pruning, or repeated transposition.The text was updated successfully, but these errors were encountered: