Negative and zero weights in product sets

Issue #24 resolved
Bart Bogaerts created an issue

I created a fix that rewrites any product zo that it contains no more zero and negative weights. (SplitProducts.cpp)

However this cannot be implemented yet until bug <<issue 23>> is fixed.

What I want is to call SplitProducts once on the theory, when a grounderfactory visits the theory. However, in order to do this, we should first graph aggregates...

Comments (8)

  1. Bart Bogaerts reporter

    fixed the negative and zero weights in product sets

    FINALLY it works, fixes #24 Moved the splitting of products to the phase right before the solver instead of creating all those ugly formulas. Works, but can be optimized (not worth the effort, I think)

    534889b27fab

  2. Broes De Cat

    fixed the negative and zero weights in product sets

    FINALLY it works, fixes #24 Moved the splitting of products to the phase right before the solver instead of creating all those ugly formulas. Works, but can be optimized (not worth the effort, I think)

    534889b27fab

  3. Log in to comment