Do the generators NEED to generate in Compare order?

Issue #138 new
Bart Bogaerts created an issue

TODO: brainstorm about the generators * Is there an invariant that guarantees that elementtuples are generated by the "Compare" ordering? Or is this invariant only for sorts? * Do we need such an invariant? * How to fix the uniongenerator? It shouldn't generate things double Should it generate by the ordering?

Comments (5)

  1. Broes De Cat

    This invariant is currently used in two places: the comparisongenerator expects sortTABLES to be generated in order (which is acceptable) the checkconsistency operation seems to rely on it.

  2. Log in to comment