Hello everyone!
I am running a Constraint Satisfaction Problem (CSP) in AIMMS. I have a problem with assigning fractional values to input parameters. I realize that output of CSP must be integers, which is fine, I just defined my variables to discrete integers. But when I enter values for sets of parameters I get an error
"The row Const contains the fractional coefficient 0.86 for column x(par1). Except for the objective, fractional coefficients are not allowed for CPOptimizer 12.6."
I wonder if it's some program limitation?.. And is there a workaround?
Thank you,
Irina