Skip to content
Snippets Groups Projects
Denis Smirnov's avatar
Denis Smirnov authored
Previously we used a pessimistic approach with a full motion for
"not in" operator. But after some research it seems that we can use
the same logic as we do for equality and "in" operator, i.e. choose
either local, either segment or either full motion policies.
e9dd4700
History