/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/include/sym_proto.h

Go to the documentation of this file.
00001 /*===========================================================================*/
00002 /*                                                                           */
00003 /* This file is part of the SYMPHONY MILP Solver Framework.                  */
00004 /*                                                                           */
00005 /* SYMPHONY was jointly developed by Ted Ralphs (tkralphs@lehigh.edu) and    */
00006 /* Laci Ladanyi (ladanyi@us.ibm.com).                                        */
00007 /*                                                                           */
00008 /* (c) Copyright 2000-2008 Ted Ralphs. All Rights Reserved.                  */
00009 /*                                                                           */
00010 /* This software is licensed under the Common Public License. Please see     */
00011 /* accompanying file for terms.                                              */
00012 /*                                                                           */
00013 /*===========================================================================*/
00014 
00015 #ifndef _PROTO_H
00016 #define _PROTO_H
00017 
00018 #define MAX_FILE_NAME_LENGTH  80
00019 #define MACH_NAME_LENGTH      80
00020 #define MAX_LINE_LENGTH      255
00021 
00022 
00023 #ifdef PROTO
00024 #undef PROTO
00025 #endif
00026 /*#ifdef __GNUC__*/
00027 #define PROTO(x) x
00028 /*#else
00029 #define PROTO(x) ()
00030 #endif*/
00031 
00032 #endif

Generated on Sun Nov 14 14:06:42 2010 for Coin-All by  doxygen 1.4.7