Originally posted by: savant_ning
yeah, thanks a lot
I have learn about this code, and I have a question:
if I need to multiple three variables, including two variables(both binary) added in variables.add, one is the constant number;
How to write this linear_constraints.add function?
like this:
y = a * b *c
a,b is variables and c is constant number.
#DecisionOptimization#MathematicalProgramming-General