MIQP1

The NEOS Server offers MIQP_BB for the solution of Mixed Integer Quadratic Programming (MIQP) problems. The package implements a branch-and-bound solver with depth-first tree search and maximal fractional branching.

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.


Using the NEOS Server for MIQP

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:

Users could refer to the following sample file.


Interfaces to MIQP1

You can submit MIQP1 jobs by any of the following interfaces:

Or just try sending an sample job:




[Testneos Server]