/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/include/sym_cg_params.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 _CUT_GEN_PARAMS_H
00016 #define _CUT_GEN_PARAMS_H
00017 
00018 /*stores the parameters needed by the cut generator*/
00019 typedef struct CG_PARAMS{
00020    int     verbosity;
00021    int     do_findcuts;
00022 }cg_params;
00023 
00024 #endif

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