UtilHash.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 
00014 #ifndef UTIL_HASH_INCLUDED
00015 #define UTIL_HASH_INCLUDED
00016 
00017 #include <string>
00018 using namespace std;
00019 
00020 string UtilCreateStringHash(const int      len,
00021                             const double* els,
00022                             const int      precision = 6);
00023 
00024 string UtilCreateStringHash(const int      len,
00025                             const int*     ind,
00026                             const double* els,
00027                             const int      precision = 6);
00028 
00029 string UtilCreateStringHash(const int      len,
00030                             const int*     ind,
00031                             const double* els,
00032                             const char     sense,
00033                             const double   rhs,
00034                             const int      precision = 6);
00035 
00036 #endif

Generated on 5 Apr 2015 for Dip-All by  doxygen 1.6.1