From 5bc71c7c5b18ca0e57fc90c9a9c8dda5773c71f0 Mon Sep 17 00:00:00 2001 From: OR-FOSSEE Date: Fri, 30 Oct 2015 18:44:18 +0530 Subject: Update qpipopt.sci --- macros/qpipopt.sci | 4 ---- 1 file changed, 4 deletions(-) diff --git a/macros/qpipopt.sci b/macros/qpipopt.sci index efcca01..a1d094e 100644 --- a/macros/qpipopt.sci +++ b/macros/qpipopt.sci @@ -21,11 +21,7 @@ function [xopt,fopt,exitflag,output,lambda] = qpipopt (varargin) // Parameters // nbVar : a 1 x 1 matrix of doubles, number of variables // nbCon : a 1 x 1 matrix of doubles, number of constraints -<<<<<<< HEAD // Q : a n x n symmetric matrix of doubles, where n is number of variables, represents coefficients of quadratic in the quadratic problem. -======= - // Q : a n x n matrix of doubles, where n is number of variables, represents coefficients of quadratic in the quadratic problem. ->>>>>>> c2679735a3443017e003ca095d0476bae2dd8e40 // p : a n x 1 matrix of doubles, where n is number of variables, represents coefficients of linear in the quadratic problem // LB : a n x 1 matrix of doubles, where n is number of variables, contains lower bounds of the variables. // UB : a n x 1 matrix of doubles, where n is number of variables, contains upper bounds of the variables. -- cgit