MIPMinIP
MIPMinIP, short for Minimization of Inner Product in Mixed-Integer Programming, refers to a family of optimization problems and solution approaches that handle objectives or constraints involving inner products of decision variable vectors, often mixing binary and continuous variables. In practice, this yields mixed-integer bilinear programs, where the product terms x_i y_j appear in the objective or constraints.
Typical formulation takes the form: minimize sum_{i in B} sum_{j in C} w_{ij} x_i y_j subject to
Solving MIPMinIP relies on mixed-integer programming techniques, typically branch-and-bound with cutting planes, supported by modern MILP
Applications appear in supply chain design with interaction costs, network design with bilateral effects, facility location
While related to mixed-integer linear programming and mixed-integer bilinear programming, MIPMinIP is not a single standardized