Originally posted by: TF87
The cplex documentation for the property Model states, that the fields
are of the type "column vector".
I've got a program, where lhs, rhs are given as column vectors and obj, lb, ub as row vectors. In that case, the solution is completely different compared to the case, where column vectors are given to the listed fields. One might think, that in the first case cplex just transposes the row into column vectors but that is obviously not the case, because the solution is completely different.
Do you know, what cplex is actually doing in that described case, with those row vectors? Because the behaviour makes a strange impression...
#CPLEXOptimizers#DecisionOptimization