SSoelvsten/adiar

Copy 'random access' test to 'priority queue'

SSoelvsten opened this issue · 1 comments

For the paper, I started with copying over one of the unit tests by Casper Rysgaard. While doing so, I noticed that some of the ordering related unit tests for random access are not replicated in the priority queue case to check they truly are different.

There are tests for bdd_xor(bdd_canon, bdd_indexable) for either type of access; one of them do just not mention they do double-duty to differentiate the order.