/home/coin/SVN-release/CoinAll-1.1.0/Osi/src/OsiSym/OsiSymSolverParameters.hpp

Go to the documentation of this file.
00001 /*===========================================================================*/
00002 /*                                                                           */
00003 /* This file is part of the SYMPHONY Branch, Cut, and Price Callable         */
00004 /* Library.                                                                  */
00005 /*                                                                           */
00006 /* SYMPHONY was jointly developed by Ted Ralphs (tkralphs@lehigh.edu) and    */
00007 /* Laci Ladanyi (ladanyi@us.ibm.com).                                        */
00008 /*                                                                           */
00009 /* (c) Copyright 2004-2006 Ted Ralphs and Lehigh University.                 */
00010 /* All Rights Reserved.                                                      */
00011 /*                                                                           */
00012 /* The authors of this file are Menal Guzelsoy and Ted Ralphs                */
00013 /*                                                                           */
00014 /* This software is licensed under the Common Public License. Please see     */
00015 /* accompanying file for terms.                                              */
00016 /*                                                                           */
00017 /*===========================================================================*/
00018 
00019 #ifndef OsiSymSolverParameters_hpp
00020 #define OsiSymSolverParameters_hpp
00021 
00022 enum OsiSymIntParam {
00024    OsiSymVerbosity,
00025    OsiSymNodeLimit,
00026    OsiSymFindFirstFeasible,
00027    OsiSymSearchStrategy,
00028    OsiSymUsePermanentCutPools,
00029    OsiSymKeepWarmStart,
00030    OsiSymDoReducedCostFixing,
00031    OsiSymMCFindSupportedSolutions,
00032    OsiSymSensitivityAnalysis,
00033    OsiSymRandomSeed,
00034    OsiSymDivingStrategy,
00035    OsiSymDivingK,
00036    OsiSymDivingThreshold,
00037    OsiSymTrimWarmTree,
00038    OsiSymGenerateCglGomoryCuts,
00039    OsiSymGenerateCglKnapsackCuts,
00040    OsiSymGenerateCglOddHoleCuts,
00041    OsiSymGenerateCglProbingCuts,
00042    OsiSymGenerateCglFlowAndCoverCuts,
00043    OsiSymGenerateCglRoundingCuts,
00044    OsiSymGenerateCglLiftAndProjectCuts,
00045    OsiSymGenerateCglCliqueCuts
00046 };
00047 
00048 enum OsiSymDblParam {
00053    OsiSymGranularity,
00054    OsiSymTimeLimit,
00055    OsiSymGapLimit,
00056    OsiSymUpperBound,
00057    OsiSymLowerBound
00058 };
00059 
00060 enum OsiSymStrParam {
00061 };
00062 
00063 #endif

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