Optimize getting inverse of predtable

Issue #254 resolved
Broes De Cat created an issue

Currently, requesting the inverse of a predtable is done as new InverseInternalPredTable(table)

This is especially slow if predtable itself was an inverse table, and can probably also be optimized in other cases such as bddtables (take the negation).

Comments (2)

  1. Bart Bogaerts

    Improved taking inverse of a table

    This fixes #254. Instead of creating inverseinternalpredtables, a smarter method now needs to be called.

    added a test for these changes

    → <<cset 00f06ba99c4a>>

  2. Log in to comment