--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/or-tools-discuss/c6bc1089cb80d5d2832c8782e20d9faa%40mail.gmail.com.
> All linear expressions must be of the form a * var + b (1-var affine expression).
Ahhh, got it. I updated my code to use IntVars for the terms and it works
now. I am attaching the code in case someone else runs into this problem.