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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -