Some background information on the solver and MIQP problems can be found in Numerical Experience with lower bounds for MIQP branch--and--bound.
MIQP was developed by Roger Fletcher and Sven Leyffer
To learn more about integer optimization, click the Background link to the NEOS Guide.
MIQP solve the following problem:
min 1/2x^TQx + c^Tx
s.t. l<= [x; A^Tx] <= u, some components of x
are integers
The user needs to provide a data file in a dense or sparse format which basically includes the following information:
You can submit MIQP jobs by any of the following interfaces:
Or just try sending an sample job: