UtilMacrosAlps.h

Go to the documentation of this file.
00001 //===========================================================================//
00002 // This file is part of the Decomp Solver Framework.                         //
00003 //                                                                           //
00004 // Decomp is distributed under the Common Public License as part of the      //
00005 // COIN-OR repository (http://www.coin-or.org).                              //
00006 //                                                                           //
00007 // Author: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com)       //
00008 //                                                                           //
00009 // Copyright (C) 2002-2007, Lehigh University, Matthew Galati, and Ted Ralphs//
00010 // All Rights Reserved.                                                      //
00011 //===========================================================================//
00012 
00013 #ifndef UtilMacrosAlps_h_
00014 #define UtilMacrosAlps_h_
00015 
00016 //===========================================================================//
00017 #include "Alps.h"
00018 
00019 //TODO: this is in BlisHelp, should perhaps be in a AlpsHelp level?
00020 
00021 //===========================================================================//
00022 class AlpsEncoded;
00023 class CoinWarmStartBasis;
00024 
00025 //===========================================================================//
00027 int UtilAlpsEncodeWarmStart(AlpsEncoded*               encoded,
00028                             const CoinWarmStartBasis* ws);
00029 
00031 CoinWarmStartBasis* UtilAlpsDecodeWarmStart(AlpsEncoded&       encoded,
00032       AlpsReturnStatus* rc);
00033 
00034 #endif

Generated on 3 Jun 2015 for Dip-All by  doxygen 1.6.1