Originally posted by: sticyjade
Today I used Cplex 10.0 in C# environment to solve a simple MIP programming problem. But an error emerged. The message said,"CpxRange for general expression". This happened when debugging the whole programme. It stopped at a statement as "cplex.AddEq(Cnorm, Cinv);" The type of "Cnorm" is INumVar and the one of "Cinv" is INumExpr. "Cinv" is the sum and product of various of INumExpr, IIntVar, and double. I'll appreciate it if you could give me some aids. Thanks.
#CPLEXOptimizers#DecisionOptimization