/* $Id$ */ /* * Name: fillQuadIndices.cpp * Author: Pietro Belotti * Purpose: form a sparse matrix structure for SDP cuts * * (C) Carnegie-Mellon University, 2006. * This file is licensed under the Eclipse Public License (EPL) */ #include "CouenneProblem.hpp" using namespace Couenne; void CouenneProblem::fillQuadIndices () { }