00001 /* $Id: fillQuadIndices.cpp 490 2011-01-14 16:07:12Z 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 Eclipse Public License (EPL) 00009 */ 00010 00011 #include "CouenneProblem.hpp" 00012 00013 using namespace Couenne; 00014 00015 void CouenneProblem::fillQuadIndices () { 00016 00017 }