Skip to content

fix: improve "not in" motion policies

Denis Smirnov requested to merge issue225 into main

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.

Closes #225 (closed)

Edited by Denis Smirnov

Merge request reports