00001 /* $Id: fillQuadIndices.cpp 154 2009-06-16 18:52:53Z pbelotti $ */ 00002 /* 00003 * Name: fillQuadIndices.cpp 00004 * Author: Pietro Belotti 00005 * Purpose: form a sparse matrix structure for SDP cuts 00006 * 00007 * (C) Carnegie-Mellon University, 2006. 00008 * This file is licensed under the Common Public License (CPL) 00009 */ 00010 00011 #include "CouenneProblem.hpp" 00012 00013 void CouenneProblem::fillQuadIndices () { 00014 00015 }