Originally posted by: Mambo12345
Good morning everyone,
i have a generall question about the transformation from a binary quadratic program to a linear. I know that
|
|
Cplex.Param.preprocessing.qtolin
|
transforms the problem, but what exactly is the transformation ?
Is it the standard way:
y_ijkl := x_ik*x_jl with
y_{i,j,k,l} <= x_{i,k}, \\
y_{i,j,k,l} <= x_{j,l}, \\
y_{i,j,k,l} >= x_{i,k} + x_{j,l} - 1
I could not find something to this ? Does anyone have a description or a reference to the procedure of the linearization ?
Best regards and thank you very much !
#CPLEXOptimizers#DecisionOptimization