I am new to the optimization problem of Quadratic programming. In equation 8 of the following paper: here , there is an equation:
The authors state that this is an 'Integer Quadratic Programming (IQP)'
formula.
Alternatively, in another website: here , there is the following equation which is described as a 'Mixed Integer Quadratic Programming
(MIQP
)' formulation:
From my perspective, both of the equations shown above are similar, with the only difference being that the MIQP
formula has '1/2' included in it.
1) I am looking for an explanation on the differences between the IQP
and MIQP
2) In addition, I am interested to apply quadratic programming to the assignment problem, thus, looking for any insight into which should be used (i.e., IQP
vs. MIQP
) and when.