I'm trying to run the scalablewarehouse example from IBM, with the CP algorithm, but when I add the using CP;
to the mod file, I get an error on this line:
dvar float Supply[Stores][Warehouses] in 0..1;
And the error:
Decision variables of type dvar float not supported by this algorithm.
How can I fix this?