java - Cplex Incorrect Variable Values -
i define variables in cplex model (in java ). these variables bounded [0,1]. as: model.numvar(0, 1, ilonumvartype.float, "x(" + i+ ")");
but in final solution, these variables values out of bounds. ( such -1.7, 1.3 ,...). pleas me.
Comments
Post a Comment