Multiplication bug

Issue #955 new
Broes De Cat created an issue

I have a situation where

totalCost = ... + sum{...} * 50 * 2

results in unsat, while

totalCost = ... + sum{...} * 100

yields a solution.

I will see when I have some time to add a complete example with an anonimized theory :)

Comments (1)

  1. Log in to comment